added start app.js

This commit is contained in:
Jeena Paradies 2012-07-22 00:51:41 +02:00
parent 22ae392ace
commit 413dd242ba
4 changed files with 58 additions and 7 deletions

View file

@ -25,5 +25,6 @@
"node": "*"
},
"config": { "port": "1234" },
"private": true
"private": true,
"scripts": {"start": "node app.js"}
}