material-design-lite/package.json

37 lines
980 B
JSON
Raw Normal View History

{
"devDependencies": {
2014-08-05 12:59:38 -07:00
"apache-server-configs": "^2.7.1",
"browser-sync": "^1.3.0",
2014-09-29 09:51:19 -07:00
"del": "^0.1.3",
"gulp": "^3.8.5",
2014-09-08 09:05:36 -07:00
"gulp-autoprefixer": "^1.0.0",
2014-09-02 01:58:53 -07:00
"gulp-cache": "^0.2.2",
2014-08-18 06:38:49 -07:00
"gulp-changed": "^1.0.0",
"gulp-csso": "^0.2.9",
2014-09-29 09:51:19 -07:00
"gulp-flatten": "0.0.3",
"gulp-if": "^1.2.1",
2014-08-18 06:38:49 -07:00
"gulp-imagemin": "^1.0.0",
"gulp-jshint": "^1.6.3",
2014-09-08 09:12:06 -07:00
"gulp-load-plugins": "^0.6.0",
"gulp-minify-html": "^0.1.5",
2014-07-08 15:52:32 -07:00
"gulp-replace": "^0.4.0",
"gulp-ruby-sass": "^0.7.1",
2014-08-01 02:29:29 -07:00
"gulp-size": "^1.0.0",
2014-09-08 09:12:06 -07:00
"gulp-uglify": "^1.0.1",
2014-09-29 09:51:19 -07:00
"gulp-uncss": "^0.5.0",
2014-09-08 09:12:06 -07:00
"gulp-useref": "^1.0.1",
2014-09-29 09:51:19 -07:00
"jshint-stylish": "^1.0.0",
2014-08-18 06:38:49 -07:00
"opn": "^1.0.0",
"psi": "^0.1.2",
"require-dir": "^0.1.0",
2014-09-29 09:51:19 -07:00
"run-sequence": "^0.3.7"
},
"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)"
}
}