Commit a8da6527 by CD Cabrera

NPM Script Updates

Added NPM scripts for Common Grunt tasks
parent 329b46fe
......@@ -9,8 +9,10 @@
"angular": "1.5.11"
},
"devDependencies": {
"bower": "^1.8.0",
"express": "3.4.4",
"grunt": "0.4.5",
"grunt-cli": "^1.2.0",
"grunt-angular-templates": "0.5.7",
"grunt-available-tasks": "0.4.3",
"grunt-contrib-clean": "0.4.1",
......@@ -38,7 +40,10 @@
"nsp": "^2.6.1"
},
"scripts": {
"test": "grunt test"
"test": "grunt test",
"build": "grunt build",
"deploy": "grunt deploy",
"help": "grunt help"
},
"repository": {
"type": "git",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment