From 60a648f501d00f6e558a48594c1056b547dc3da8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 17 Mar 2016 15:52:25 -0400 Subject: [PATCH] feature(package) add nodemon --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index b7a07664..3ae417ed 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ }, "scripts": { "start": "node bin/cloudcmd.js", + "start:dev": "nodemon bin/cloudcmd.js", "codestyle": "npm-run-all --parallel lint:* jscs spell", "lint:css": "recess css/*.css", "lint:style": "stylelint css/*.css", @@ -97,6 +98,7 @@ "jshint": "^2.8.0", "minor": "^1.2.2", "morgan": "^1.6.1", + "nodemon": "^1.9.1", "npm-run-all": "^1.4.0", "nyc": "^6.0.0", "place": "^1.1.4",