|
36 | 36 | "es6-promise": "*"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
| 39 | + "chai": "^1.9.1", |
39 | 40 | "grunt": "^0.4.5",
|
40 |
| - "grunt-contrib-uglify": "^0.4.0", |
| 41 | + "grunt-bump": "0.0.13", |
| 42 | + "grunt-compare-size": "^0.4.0", |
| 43 | + "grunt-concat-sourcemap": "^0.4.1", |
| 44 | + "grunt-contrib-clean": "^0.5.0", |
41 | 45 | "grunt-contrib-jshint": "^0.10.0",
|
42 |
| - "load-grunt-config": "*", |
| 46 | + "grunt-contrib-uglify": "^0.4.0", |
| 47 | + "grunt-contrib-watch": "^0.6.1", |
| 48 | + "grunt-karma": "^0.8.3", |
| 49 | + "grunt-lintspaces": "^0.5.1", |
43 | 50 | "grunt-mocha-test": "^0.10.2",
|
| 51 | + "grunt-newer": "^0.7.0", |
| 52 | + "gzip-js": "^0.3.2", |
| 53 | + "jshint-stylish": "^0.2.0", |
44 | 54 | "karma": "^0.12.16",
|
45 |
| - "karma-firefox-launcher": "^0.1.3", |
| 55 | + "karma-chai": "^0.1.0", |
46 | 56 | "karma-chrome-launcher": "^0.1.4",
|
47 |
| - "karma-phantomjs-launcher": "^0.1.4", |
| 57 | + "karma-firefox-launcher": "^0.1.3", |
48 | 58 | "karma-ie-launcher": "^0.1.5",
|
49 | 59 | "karma-mocha": "^0.1.3",
|
50 |
| - "chai": "^1.9.1", |
51 |
| - "karma-chai": "^0.1.0", |
52 |
| - "grunt-karma": "^0.8.3", |
53 |
| - "grunt-contrib-watch": "^0.6.1", |
54 |
| - "grunt-bump": "0.0.14", |
55 |
| - "npm": "^1.4.13", |
56 |
| - "grunt-concat-sourcemap": "^0.4.1", |
57 |
| - "grunt-compare-size": "^0.4.0", |
58 |
| - "gzip-js": "^0.3.2", |
59 |
| - "jshint-stylish": "^0.2.0", |
60 |
| - "grunt-lintspaces": "^0.5.1", |
61 |
| - "grunt-contrib-clean": "^0.5.0", |
62 |
| - "grunt-newer": "^0.7.0" |
| 60 | + "karma-phantomjs-launcher": "^0.1.4", |
| 61 | + "load-grunt-config": "*", |
| 62 | + "npm": "^1.4.13" |
63 | 63 | }
|
64 | 64 | }
|
0 commit comments