updated so that all command executions use local npm packages. ( and added live-server).

This commit is contained in:
Jay Traband
2015-09-25 02:21:56 -07:00
parent 22c7b5cd25
commit d0bfed6c98
2 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -6,7 +6,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"harp": "harp server .",
"harp": "harp",
"live-server": "live-server",
"test-api-builder": "jasmine-node public/api-builder"
},
"repository": {
@@ -43,6 +44,7 @@
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"live-server": "^0.8.1",
"lodash": "^3.10.1",
"marked": "^0.3.5",
"minimatch": "^2.0.10",