|
8 | 8 | }, |
9 | 9 | "dependencies": { |
10 | 10 | "grunt": "~0.4.5", |
11 | | - "grunt-contrib-clean": "~0.5.0", |
12 | 11 | "grunt-autoprefixer": "~0.7.6", |
13 | | - "grunt-contrib-concat": "~0.3.0", |
14 | 12 | "grunt-concurrent": "~0.5.0", |
| 13 | + "grunt-contrib-clean": "~0.5.0", |
| 14 | + "grunt-contrib-concat": "~0.3.0", |
15 | 15 | "grunt-contrib-connect": "~0.7.1", |
16 | | - "grunt-contrib-htmlmin": "~0.2.0", |
| 16 | + "grunt-contrib-copy": "~0.5.0", |
17 | 17 | "grunt-contrib-cssmin": "~0.9.0", |
| 18 | + "grunt-contrib-htmlmin": "~0.2.0", |
18 | 19 | "grunt-contrib-imagemin": "~0.7.2", |
19 | | - "grunt-contrib-copy": "~0.5.0", |
20 | 20 | "grunt-contrib-jshint": "~0.9.2", |
21 | 21 | "grunt-contrib-less": "~0.11.4", |
22 | 22 | "grunt-contrib-uglify": "~0.4.1", |
| 23 | + "grunt-contrib-watch": "~0.6.1", |
23 | 24 | "grunt-mocha": "~0.4.11", |
| 25 | + "grunt-newer": "~0.7.0", |
24 | 26 | "grunt-rev": "~0.1.0", |
25 | 27 | "grunt-svgmin": "~0.4.0", |
26 | | - "grunt-newer": "~0.7.0", |
27 | 28 | "grunt-typescript": "~0.3.8", |
28 | | - "grunt-contrib-watch": "~0.6.1", |
29 | | - "grunt-wiredep": "~1.8.0", |
30 | 29 | "grunt-usemin": "~2.1.1", |
31 | | - "load-grunt-tasks": "~0.4.0", |
32 | | - "typescript": "~1.0.1", |
| 30 | + "grunt-wiredep": "~1.8.0", |
| 31 | + "imagemin": "^7.0.1", |
| 32 | + "imagemin-gifsicle": "^7.0.0", |
33 | 33 | "jshint-stylish": "~0.1.5", |
34 | | - "time-grunt": "~0.3.2" |
| 34 | + "load-grunt-tasks": "~0.4.0", |
| 35 | + "time-grunt": "~0.3.2", |
| 36 | + "typescript": "~1.0.1" |
| 37 | + }, |
| 38 | + "devDependencies": { |
| 39 | + "grunt-cli": "^1.3.2", |
| 40 | + "imagemin-gifsicle": "^7.0.0", |
| 41 | + "imagemin-jpegtran": "^7.0.0" |
35 | 42 | }, |
36 | | - "devDependencies": {}, |
37 | 43 | "scripts": { |
38 | | - "test": "echo \"Error: no test specified\" && exit 1" |
| 44 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 45 | + "build": "grunt serve", |
| 46 | + "postinstall":"bower install", |
| 47 | + "start": "http-server /app" |
39 | 48 | }, |
40 | 49 | "repository": { |
41 | 50 | "type": "git", |
|
0 commit comments