material-design-lite/package.json

39 lines
1.0 KiB
JSON
Raw Normal View History

{
"devDependencies": {
2014-08-05 23:59:38 +04:00
"apache-server-configs": "^2.7.1",
"browser-sync": "^1.3.0",
2015-01-06 14:57:55 +03:00
"del": "^1.1.1",
"gulp": "^3.8.5",
2014-11-25 14:22:05 +03:00
"gulp-autoprefixer": "^2.0.0",
"gulp-cache": "^0.2.4",
2014-08-18 17:38:49 +04:00
"gulp-changed": "^1.0.0",
2014-11-12 19:43:06 +03:00
"gulp-concat": "^2.4.1",
"gulp-csso": "^0.2.9",
2014-11-25 14:22:05 +03:00
"gulp-flatten": "0.0.4",
"gulp-if": "^1.2.1",
2014-11-25 14:22:05 +03:00
"gulp-imagemin": "^2.0.0",
"gulp-jshint": "^1.6.3",
2015-01-06 14:57:55 +03:00
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^0.1.8",
2014-11-25 14:22:05 +03:00
"gulp-replace": "^0.5.0",
"gulp-sass": "^1.2.2",
2014-08-01 13:29:29 +04:00
"gulp-size": "^1.0.0",
2014-09-08 20:12:06 +04:00
"gulp-uglify": "^1.0.1",
2015-01-06 14:57:55 +03:00
"gulp-uncss": "^0.5.2",
2014-09-08 20:12:06 +04:00
"gulp-useref": "^1.0.1",
2014-09-29 20:51:19 +04:00
"jshint-stylish": "^1.0.0",
2014-08-18 17:38:49 +04:00
"opn": "^1.0.0",
2015-01-26 13:30:50 +03:00
"psi": "^1.0.4",
"require-dir": "^0.1.0",
2015-01-29 18:26:23 +03:00
"run-sequence": "^1.0.2",
"sw-precache": "^1.2.1"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
}
}