27 lines
554 B
JSON
27 lines
554 B
JSON
{
|
|
"name": "gulp-test-170",
|
|
"version": "0.0.1",
|
|
"description": "gulpfile.js issue #170",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Jared Allard <jaredallard@outlook.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gulp": "^3.9.0",
|
|
"nexe": "^1.0.5"
|
|
},
|
|
"nexe": {
|
|
"input": "./index.js",
|
|
"output": "test.nex",
|
|
"temp": "../src",
|
|
"runtime": {
|
|
"framework": "node",
|
|
"version": "5.7.0",
|
|
"ignoreFlags": true,
|
|
"node-args": ""
|
|
}
|
|
}
|
|
}
|