From e1d4dac78237aa4ecceda53ce5bfa469271d6ce1 Mon Sep 17 00:00:00 2001 From: Lior Kesos Date: Sun, 8 Mar 2015 13:18:32 +0200 Subject: [PATCH] Added the grunt dependencies to fix the build - will remove them soon and focus on gulp - this is a nightmare to maintain --- package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 85382164ad..d036d19c8b 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,22 @@ "start": "node server", "mocha": "node node_modules/.bin/mocha packages/**/server/tests/**/*.js -R spec -r tools/test/mocha-req.js", "karma": "node node_modules/karma/bin/karma start", - "test": "npm run mocha && npm run karma", + "test": "grunt test", "postinstall": "node node_modules/meanio/node_modules/mean-cli/bin/mean-postinstall" }, "dependencies": { + "grunt-cli": "^0.1.13", + "grunt-hook": "~0.3.0", + "grunt-concurrent": "^1.0.0", + "grunt-contrib-clean": "^0.6.0", + "grunt-contrib-csslint": "^0.3.1", + "grunt-contrib-cssmin": "^0.10.0", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-uglify": "^0.5.1", + "grunt-contrib-watch": "^0.6.1", + "grunt-env": "^0.4.1", + "grunt-nodemon": "^0.3.0", + "time-grunt": "^1.0.0", "assetmanager": "1.1.2", "async": "0.9.0", "body-parser": "1.10.0", @@ -34,6 +46,7 @@ "forever": "0.11.1", "gridfs-stream": "0.5.3", "lodash": "2.4.1", + "load-grunt-tasks": "^0.6.0", "meanio": "linnovate/meanio", "mongoose": "3.8.21", "morgan": "1.5.0", @@ -47,7 +60,6 @@ "passport-twitter": "1.0.2", "serve-favicon": "2.2.0", "swig": "1.4.2", - "time-grunt": "1.0.0", "view-helpers": "0.1.5" }, "devDependencies": {