Files
nexe/package.json
T
2011-11-26 17:00:12 -06:00

22 lines
447 B
JSON

{
"author": "Craig Condon <craig.j.condon@gmail.com>",
"name": "nexe",
"description": "Roll node.s applications into a single executable",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/crcn/nexe.git"
},
"main": "./lib/index.js",
"dependencies": {
"optimist":"*",
"sardines":"*",
"mkdirp":"*",
"celeri":"*"
},
"bin": {
"nexe":"./bin/nexe"
},
"devDependencies": {}
}