|
4 | 4 | "dependencies": {}, |
5 | 5 | "devDependencies": { |
6 | 6 | "grunt": "~0.4.1", |
7 | | - "grunt-contrib-copy": "~0.4.1", |
8 | | - "grunt-contrib-concat": "~0.3.0", |
| 7 | + "grunt-autoprefixer": "~0.4.0", |
| 8 | + "grunt-concurrent": "~0.4.1", |
| 9 | + "grunt-contrib-clean": "~0.5.0", |
9 | 10 | "grunt-contrib-coffee": "~0.7.0", |
10 | | - "grunt-contrib-uglify": "~0.2.0", |
11 | | - "grunt-contrib-compass": "~0.5.0", |
12 | | - "grunt-contrib-jshint": "~0.6.0", |
13 | | - "grunt-contrib-cssmin": "~0.6.0", |
| 11 | + "grunt-contrib-compass": "~0.6.0", |
| 12 | + "grunt-contrib-concat": "~0.3.0", |
14 | 13 | "grunt-contrib-connect": "~0.5.0", |
15 | | - "grunt-contrib-clean": "~0.5.0", |
| 14 | + "grunt-contrib-copy": "~0.4.1", |
| 15 | + "grunt-contrib-cssmin": "~0.7.0", |
16 | 16 | "grunt-contrib-htmlmin": "~0.1.3", |
17 | | - "grunt-contrib-imagemin": "~0.2.0", |
| 17 | + "grunt-contrib-imagemin": "~0.3.0", |
| 18 | + "grunt-contrib-jshint": "~0.7.1", |
| 19 | + "grunt-contrib-uglify": "~0.2.0", |
18 | 20 | "grunt-contrib-watch": "~0.5.2", |
19 | | - "grunt-autoprefixer": "~0.2.0", |
20 | | - "grunt-usemin": "~0.1.11", |
21 | | - "grunt-svgmin": "~0.2.0", |
22 | | - "grunt-rev": "~0.1.0", |
23 | | - "grunt-concurrent": "~0.3.0", |
24 | | - "load-grunt-tasks": "~0.1.0", |
25 | 21 | "grunt-google-cdn": "~0.2.0", |
26 | 22 | "grunt-ngmin": "~0.0.2", |
27 | | - "time-grunt": "~0.1.0", |
28 | | - "jshint-stylish": "~0.1.3" |
| 23 | + "grunt-rev": "~0.1.0", |
| 24 | + "grunt-svgmin": "~0.2.0", |
| 25 | + "grunt-usemin": "~2.0.0", |
| 26 | + "jshint-stylish": "~0.1.3", |
| 27 | + "load-grunt-tasks": "~0.2.0", |
| 28 | + "time-grunt": "~0.2.0" |
29 | 29 | }, |
30 | 30 | "engines": { |
31 | 31 | "node": ">=0.8.0" |
|
0 commit comments