|
6 | 6 | "homepage": "http://manifestwebdesign.github.io/angular-gridster", |
7 | 7 | "authors": "https://github.com/ManifestWebDesign/angular-gridster/graphs/contributors", |
8 | 8 | "devDependencies": { |
9 | | - "grunt": "^0.4.5", |
10 | | - "grunt-bump": "0.0.14", |
11 | | - "grunt-contrib-concat": "~0.4.0", |
12 | | - "grunt-contrib-connect": "~0.7.1", |
13 | | - "grunt-contrib-jshint": "~0.10.0", |
14 | | - "grunt-contrib-less": "~0.11.0", |
15 | | - "grunt-contrib-uglify": "~0.4.0", |
16 | | - "grunt-contrib-watch": "~0.6.1", |
17 | | - "grunt-jsbeautifier": "^0.2.12", |
18 | | - "grunt-karma": "~0.8.3", |
19 | | - "grunt-protractor-runner": "~0.2.4", |
20 | | - "karma": "~0.12.16", |
21 | | - "karma-chrome-launcher": "~0.1.3", |
22 | | - "karma-coverage": "~0.2.1", |
23 | | - "karma-firefox-launcher": "~0.1.3", |
24 | | - "karma-jasmine": "~0.2.2", |
25 | | - "karma-mocha": "~0.1.3", |
26 | | - "karma-phantomjs2-launcher": "^0.4.0", |
27 | | - "karma-script-launcher": "~0.1.0", |
28 | | - "matchdep": "~0.3.0", |
29 | | - "mocha": "~1.19.0", |
30 | | - "time-grunt": "~0.3.1" |
| 9 | + "grunt": "^1.0.1", |
| 10 | + "grunt-bump": "0.8.0", |
| 11 | + "grunt-contrib-concat": "~1.0.1", |
| 12 | + "grunt-contrib-connect": "~1.0.2", |
| 13 | + "grunt-contrib-jshint": "~1.0.0", |
| 14 | + "grunt-contrib-less": "~1.3.0", |
| 15 | + "grunt-contrib-uglify": "~1.0.1", |
| 16 | + "grunt-contrib-watch": "~1.0.0", |
| 17 | + "grunt-jsbeautifier": "^0.2.13", |
| 18 | + "grunt-karma": "~2.0.0", |
| 19 | + "grunt-protractor-runner": "~3.2.0", |
| 20 | + "jasmine-core": "~2.4.1", |
| 21 | + "karma": "~1.1.1", |
| 22 | + "karma-chrome-launcher": "~1.0.1", |
| 23 | + "karma-coverage": "~1.1.0", |
| 24 | + "karma-firefox-launcher": "~1.0.0", |
| 25 | + "karma-jasmine": "~1.0.2", |
| 26 | + "karma-mocha": "~1.1.1", |
| 27 | + "karma-phantomjs-launcher": "^1.0.0", |
| 28 | + "karma-script-launcher": "~1.0.0", |
| 29 | + "lodash": "~4.13.1", |
| 30 | + "matchdep": "~1.0.1", |
| 31 | + "mocha": "~2.5.3", |
| 32 | + "time-grunt": "~1.3.0" |
31 | 33 | }, |
32 | 34 | "engines": { |
33 | | - "node": ">=0.10.0" |
| 35 | + "node": ">=4.2.1" |
34 | 36 | }, |
35 | 37 | "scripts": { |
36 | 38 | "test": "grunt test", |
|
0 commit comments