|
8 | 8 | "type": "git", |
9 | 9 | "url": "git://github.com/Dogfalo/materialize.git" |
10 | 10 | }, |
11 | | - "dependencies": { |
12 | | - }, |
13 | 11 | "directories" : { |
14 | 12 | "sass": "sass", |
15 | 13 | "bin": "bin", |
16 | 14 | "font": "font" |
17 | 15 | }, |
| 16 | + "dependencies": {}, |
18 | 17 | "engine": "node >= 0.10", |
19 | 18 | "devDependencies": { |
20 | | - "node-sass": "^2.1.1", |
21 | 19 | "grunt": "^0.4.5", |
22 | 20 | "grunt-banner": "^0.3.0", |
23 | 21 | "grunt-browser-sync": "^2.1.1", |
| 22 | + "grunt-concurrent": "^1.0.0", |
24 | 23 | "grunt-contrib-clean": "0.5.x", |
| 24 | + "grunt-contrib-compress": "^0.12.0", |
| 25 | + "grunt-contrib-concat": "^0.5.0", |
25 | 26 | "grunt-contrib-connect": "^0.4.2", |
26 | 27 | "grunt-contrib-copy": "0.4.x", |
27 | 28 | "grunt-contrib-cssmin": "0.6.x", |
28 | 29 | "grunt-contrib-jade": "0.8.x", |
| 30 | + "grunt-contrib-testem": "^0.5.16", |
29 | 31 | "grunt-contrib-uglify": "0.2.x", |
30 | | - "grunt-sass": "^0.18.1", |
31 | | - "grunt-contrib-concat": "^0.5.0", |
32 | | - "grunt-contrib-compress": "^0.12.0", |
33 | 32 | "grunt-contrib-watch": "^0.5.3", |
34 | | - "grunt-concurrent": "^1.0.0", |
35 | 33 | "grunt-notify": "^0.4.1", |
36 | | - "grunt-text-replace": "^0.4.0", |
| 34 | + "grunt-remove-logging": "^0.2.0", |
37 | 35 | "grunt-rename": "^0.1.4", |
38 | | - "grunt-remove-logging": "^0.2.0" |
| 36 | + "grunt-sass": "^0.18.1", |
| 37 | + "grunt-text-replace": "^0.4.0", |
| 38 | + "node-sass": "^2.1.1" |
39 | 39 | } |
40 | 40 | } |
0 commit comments