updated readme

This commit is contained in:
Craig Condon
2011-11-26 13:26:18 -06:00
parent ee950f811c
commit bb380cb70f
31 changed files with 6010 additions and 4 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"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": {}
}