material-design-lite/package.json

46 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "material-design-lite",
2015-02-04 13:15:31 +03:00
"version": "1.0.0",
"description": "Material Design Components in CSS, JS and HTML",
2015-02-04 13:15:31 +03:00
"private": true,
"license": "Apache-2",
"homepage": "https://github.com/google/material-design-lite",
"devDependencies": {
2014-08-05 23:59:38 +04:00
"apache-server-configs": "^2.7.1",
2015-02-16 11:41:04 +03:00
"browser-sync": "^2.0.1",
2015-02-21 03:00:24 +03:00
"chai": "^2.0.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",
2015-02-21 03:00:24 +03:00
"gulp-cache": "^0.2.6",
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",
2015-02-16 11:41:04 +03:00
"gulp-csso": "^1.0.0",
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",
2015-02-21 03:00:24 +03:00
"gulp-minify-html": "^1.0.0",
2015-02-16 12:14:00 +03:00
"gulp-mocha-phantomjs": "^0.5.3",
2015-02-21 03:00:24 +03:00
"gulp-replace": "^0.5.3",
2015-02-16 11:41:36 +03:00
"gulp-sass": "^1.3.3",
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",
2015-02-16 12:15:59 +03:00
"mocha": "^2.1.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)"
}
}