adapted bootstrapping

This commit is contained in:
logsol 2012-07-22 01:34:18 +02:00
parent ec84e8d025
commit 36c0e34dc5
5 changed files with 28 additions and 15 deletions

3
package.json Normal file → Executable file
View file

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