Start script

This commit is contained in:
Mattias Erming 2014-03-16 22:32:26 +01:00
parent 4e66f1c071
commit 79ab3af7fc
2 changed files with 3 additions and 0 deletions

View file

View file

@ -22,6 +22,9 @@
"browser" "browser"
], ],
"main": "./app.js", "main": "./app.js",
"scripts": {
"start": "nodemon index.js -p 9000"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/erming/chat.git" "url": "https://github.com/erming/chat.git"