Files
nexe/test/js-yaml-148/package.json
T
2016-01-28 17:51:56 -08:00

23 lines
463 B
JSON

{
"name": "js-yaml-148",
"version": "1.0.0",
"description": "#148 js-yaml fails to work",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jared Allard <jaredallard@outlook.com>",
"license": "MIT",
"dependencies": {
"js-yaml": "^3.5.2"
},
"nexe": {
"input": "index.js",
"output": "test.nex",
"runtime": {
"version": "5.5.0",
"framework": "node"
}
}
}