Added nodemon

master
Keith Irwin 2016-09-08 21:53:40 +00:00
parent d04cc48179
commit b98929b743
No known key found for this signature in database
GPG Key ID: 77A9E9D5A51A7431
1 changed files with 3 additions and 1 deletions

View File

@ -31,12 +31,14 @@
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"mocha": "^2.5.3",
"nodemon": "^1.10.2",
"supertest": "^1.2.0"
},
"scripts": {
"test": "mocha test.js",
"karma": "./node_modules/karma/bin/karma start ./karma.conf.js",
"start": "node server.js"
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",