Skip to content

Commit

Permalink
Added the grunt dependencies to fix the build - will remove them soon…
Browse files Browse the repository at this point in the history
… and focus on gulp - this is a nightmare to maintain
  • Loading branch information
liorkesos committed Mar 8, 2015
1 parent c44f429 commit e1d4dac
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit e1d4dac

Please sign in to comment.