Files
nexe/package.json
T
Craig Condon bb380cb70f updated readme
2011-11-26 13:26:18 -06:00

17 lines
371 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":"*"
},
"devDependencies": {}
}