17 lines
371 B
JSON
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": {}
|
|
}
|