| OLD | NEW |
| 1 { | 1 { |
| 2 "private": true, | 2 "private": true, |
| 3 "devDependencies": { | 3 "devDependencies": { |
| 4 "bower": "~1.7.9", | 4 "bower": "~1.7.9", |
| 5 "browser-sync": "^2.7.7", | 5 "browser-sync": "^2.7.7", |
| 6 "connect-history-api-fallback": "^1.1.0", | 6 "connect-history-api-fallback": "^1.1.0", |
| 7 "del": "^2.0.2", | 7 "del": "^2.0.2", |
| 8 "es6-promise": "^4.1.0", | |
| 9 "glob-all": "^3.0.1", | 8 "glob-all": "^3.0.1", |
| 10 "gulp": "^3.8.5", | 9 "gulp": "^3.8.5", |
| 11 "gulp-autoprefixer": "^3.1.0", | 10 "gulp-autoprefixer": "^3.1.0", |
| 12 "gulp-cache": "^0.4.0", | 11 "gulp-cache": "^0.4.0", |
| 13 "gulp-changed": "^1.0.0", | 12 "gulp-changed": "^1.0.0", |
| 14 "gulp-clang-format": "^1.0.23", | 13 "gulp-clang-format": "^1.0.23", |
| 15 "gulp-debug": "^3.0.0", | 14 "gulp-debug": "^3.0.0", |
| 16 "gulp-gh-pages": "^0.5.4", | 15 "gulp-gh-pages": "^0.5.4", |
| 17 "gulp-html-extract": "^0.1.0", | 16 "gulp-html-extract": "^0.1.0", |
| 18 "gulp-if": "^2.0.2", | 17 "gulp-if": "^2.0.2", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 42 }, | 41 }, |
| 43 "scripts": { | 42 "scripts": { |
| 44 "test": "gulp test:local", | 43 "test": "gulp test:local", |
| 45 "start": "gulp serve", | 44 "start": "gulp serve", |
| 46 "lint": "gulp lint" | 45 "lint": "gulp lint" |
| 47 }, | 46 }, |
| 48 "engines": { | 47 "engines": { |
| 49 "node": ">=0.10.0" | 48 "node": ">=0.10.0" |
| 50 } | 49 } |
| 51 } | 50 } |
| OLD | NEW |