Files
nexe/package.json
T
2014-08-29 18:43:06 -07:00

38 lines
842 B
JSON

{
"author": "Craig Condon <craig.j.condon@gmail.com>",
"name": "nexe",
"description": "Roll node.s applications into a single executable",
"version": "0.3.3",
"repository": {
"type": "git",
"url": "git://github.com/crcn/nexe.git"
},
"main": "./lib/index.js",
"dependencies": {
"async": "~0.2.10",
"builtins": "0.0.5",
"colors": "~0.6.2",
"glob": "~3.2.9",
"mkdirp": "~0.3.5",
"module-deps": "^3.5.4",
"ncp": "~0.2.7",
"outcome": "0.0.18",
"progress": "~1.1.3",
"request": "~2.12.0",
"sprintf": "~0.1.3",
"step": "0.0.x",
"tar.gz": "0.1.1",
"through": "^2.3.4",
"uglify-js": "^2.4.15",
"yargs": "~1.3.1"
},
"preferGlobal": "true",
"bin": {
"nexe": "./bin/nexe"
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "~1.17.1"
}
}