material-design-lite/package.json

55 lines
1.5 KiB
JSON

{
"name": "material-design-lite",
"version": "1.0.0",
"description": "Material Design Components in CSS, JS and HTML",
"private": true,
"license": {
"type": "Apache-2",
"url": "https://github.com/google/material-design-lite/blob/master/LICENSE"
},
"author": "Google",
"homepage": "https://github.com/google/material-design-lite",
"bugs": {
"url": "https://github.com/google/material-design-lite/issues"
},
"devDependencies": {
"apache-server-configs": "^2.7.1",
"browser-sync": "^2.2.3",
"chai": "^2.0.0",
"chai-jquery": "^2.0.0",
"del": "^1.1.1",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^2.0.0",
"gulp-cache": "^0.2.6",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.4.1",
"gulp-csso": "^1.0.0",
"gulp-flatten": "0.0.4",
"gulp-header": "^1.2.2",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^2.0.0",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^1.0.0",
"gulp-mocha-phantomjs": "^0.5.3",
"gulp-replace": "^0.5.3",
"gulp-sass": "^1.3.3",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.1",
"jquery": "^2.1.3",
"jshint-stylish": "^1.0.0",
"mocha": "^2.1.0",
"opn": "^1.0.0",
"require-dir": "^0.1.0",
"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)"
}
}