|
18 | 18 | "start": "node server",
|
19 | 19 | "mocha": "node node_modules/.bin/mocha packages/**/server/tests/**/*.js -R spec -r tools/test/mocha-req.js",
|
20 | 20 | "karma": "node node_modules/karma/bin/karma start",
|
21 |
| - "test": "npm run mocha && npm run karma", |
| 21 | + "test": "grunt test", |
22 | 22 | "postinstall": "node node_modules/meanio/node_modules/mean-cli/bin/mean-postinstall"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
| 25 | + "grunt-cli": "^0.1.13", |
| 26 | + "grunt-hook": "~0.3.0", |
| 27 | + "grunt-concurrent": "^1.0.0", |
| 28 | + "grunt-contrib-clean": "^0.6.0", |
| 29 | + "grunt-contrib-csslint": "^0.3.1", |
| 30 | + "grunt-contrib-cssmin": "^0.10.0", |
| 31 | + "grunt-contrib-jshint": "^0.10.0", |
| 32 | + "grunt-contrib-uglify": "^0.5.1", |
| 33 | + "grunt-contrib-watch": "^0.6.1", |
| 34 | + "grunt-env": "^0.4.1", |
| 35 | + "grunt-nodemon": "^0.3.0", |
| 36 | + "time-grunt": "^1.0.0", |
25 | 37 | "assetmanager": "1.1.2",
|
26 | 38 | "async": "0.9.0",
|
27 | 39 | "body-parser": "1.10.0",
|
|
34 | 46 | "forever": "0.11.1",
|
35 | 47 | "gridfs-stream": "0.5.3",
|
36 | 48 | "lodash": "2.4.1",
|
| 49 | + "load-grunt-tasks": "^0.6.0", |
37 | 50 | "meanio": "linnovate/meanio",
|
38 | 51 | "mongoose": "3.8.21",
|
39 | 52 | "morgan": "1.5.0",
|
|
47 | 60 | "passport-twitter": "1.0.2",
|
48 | 61 | "serve-favicon": "2.2.0",
|
49 | 62 | "swig": "1.4.2",
|
50 |
| - "time-grunt": "1.0.0", |
51 | 63 | "view-helpers": "0.1.5"
|
52 | 64 | },
|
53 | 65 | "devDependencies": {
|
|
0 commit comments