material-design-lite/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

{
2015-02-04 13:15:31 +03:00
"name": "material-styleguide",
"version": "1.0.0",
"description": "Material Design Library",
"private": true,
"license": "Apache-2",
"homepage": "https://github.com/google/material-styleguide",
"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",
2015-02-04 13:15:31 +03:00
"gulp-header": "^1.2.2",
"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",
2015-02-04 13:15:31 +03:00
"gulp-sourcemaps": "^1.3.0",
2014-09-08 20:12:06 +04:00
"gulp-uglify": "^1.0.1",
"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",
"require-dir": "^0.1.0",
2015-02-04 13:15:31 +03:00
"run-sequence": "^1.0.2"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
}
}