|
3 | 3 | "version": "0.0.0",
|
4 | 4 | "dependencies": {},
|
5 | 5 | "devDependencies": {
|
6 |
| - "grunt": "~0.4.1", |
7 |
| - "grunt-autoprefixer": "~0.4.0", |
8 |
| - "grunt-bower-install": "~1.0.0", |
9 |
| - "grunt-concurrent": "~0.5.0", |
10 |
| - "grunt-contrib-clean": "~0.5.0",<% if (coffee) { %> |
11 |
| - "grunt-contrib-coffee": "~0.7.0",<% } %><% if (compass) { %> |
12 |
| - "grunt-contrib-compass": "~0.7.2",<% } %> |
13 |
| - "grunt-contrib-concat": "~0.3.0", |
14 |
| - "grunt-contrib-connect": "~0.5.0", |
15 |
| - "grunt-contrib-copy": "~0.4.1", |
16 |
| - "grunt-contrib-cssmin": "~0.7.0", |
17 |
| - "grunt-contrib-htmlmin": "~0.1.3", |
18 |
| - "grunt-contrib-imagemin": "~0.3.0", |
19 |
| - "grunt-contrib-jshint": "~0.7.1", |
20 |
| - "grunt-contrib-uglify": "~0.2.0", |
21 |
| - "grunt-contrib-watch": "~0.5.2", |
22 |
| - "grunt-filerev": "~0.2.1", |
23 |
| - "grunt-google-cdn": "~0.2.0", |
24 |
| - "grunt-newer": "~0.6.1", |
25 |
| - "grunt-ngmin": "~0.0.2", |
26 |
| - "grunt-svgmin": "~0.2.0", |
27 |
| - "grunt-usemin": "~2.0.0", |
28 |
| - "jshint-stylish": "~0.1.3", |
29 |
| - "load-grunt-tasks": "~0.4.0", |
30 |
| - "time-grunt": "~0.2.1" |
| 6 | + "grunt": "^0.4.1", |
| 7 | + "grunt-autoprefixer": "^0.7.3", |
| 8 | + "grunt-bower-install": "^1.4.1", |
| 9 | + "grunt-concurrent": "^0.5.0", |
| 10 | + "grunt-contrib-clean": "^0.5.0",<% if (coffee) { %> |
| 11 | + "grunt-contrib-coffee": "^0.10.1",<% } %><% if (compass) { %> |
| 12 | + "grunt-contrib-compass": "^0.7.2",<% } %> |
| 13 | + "grunt-contrib-concat": "^0.4.0", |
| 14 | + "grunt-contrib-connect": "^0.7.1", |
| 15 | + "grunt-contrib-copy": "^0.5.0", |
| 16 | + "grunt-contrib-cssmin": "^0.9.0", |
| 17 | + "grunt-contrib-htmlmin": "^0.3.0", |
| 18 | + "grunt-contrib-imagemin": "^0.7.0", |
| 19 | + "grunt-contrib-jshint": "^0.10.0", |
| 20 | + "grunt-contrib-uglify": "^0.4.0", |
| 21 | + "grunt-contrib-watch": "^0.6.1", |
| 22 | + "grunt-filerev": "^0.2.1", |
| 23 | + "grunt-google-cdn": "^0.4.0", |
| 24 | + "grunt-newer": "^0.7.0", |
| 25 | + "grunt-ngmin": "^0.0.3", |
| 26 | + "grunt-svgmin": "^0.4.0", |
| 27 | + "grunt-usemin": "^2.1.1", |
| 28 | + "jshint-stylish": "^0.2.0", |
| 29 | + "load-grunt-tasks": "^0.4.0", |
| 30 | + "time-grunt": "^0.3.1" |
31 | 31 | },
|
32 | 32 | "engines": {
|
33 | 33 | "node": ">=0.10.0"
|
|
0 commit comments