material-design-lite/package.json

82 lines
2.2 KiB
JSON
Raw Normal View History

{
"name": "material-design-lite",
2015-08-19 20:28:41 +03:00
"version": "1.0.4",
2015-09-02 20:41:08 +03:00
"description": "Material Design components in CSS, JS and HTML",
2015-02-04 13:15:31 +03:00
"private": true,
"license": "Apache-2.0",
2015-02-21 04:43:45 +03:00
"author": "Google",
"repository": "google/material-design-lite",
"devDependencies": {
"acorn": "^2.2.0",
2014-08-05 23:59:38 +04:00
"apache-server-configs": "^2.7.1",
2015-10-01 17:19:43 +03:00
"babel-core": "^5.8.25",
"browser-sync": "^2.2.3",
2015-02-21 03:00:24 +03:00
"chai": "^2.0.0",
2015-03-18 15:53:26 +03:00
"chai-jquery": "^2.0.0",
2015-01-06 14:57:55 +03:00
"del": "^1.1.1",
2015-08-06 17:04:11 +03:00
"drool": "^0.2.1",
"escodegen": "^1.6.1",
2015-09-04 05:26:49 +03:00
"google-closure-compiler": "",
2015-10-01 17:19:43 +03:00
"gulp": "^3.9.0",
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",
2015-10-01 17:19:43 +03:00
"gulp-closure-compiler": "",
2014-11-12 19:43:06 +03:00
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.2.0",
2015-05-08 05:01:05 +03:00
"gulp-css-inline-images": "^0.1.1",
2015-02-16 11:41:04 +03:00
"gulp-csso": "^1.0.0",
"gulp-file": "^0.2.0",
"gulp-filter": "^2.0.2",
2014-11-25 14:22:05 +03:00
"gulp-flatten": "0.0.4",
2015-04-01 14:54:06 +03:00
"gulp-front-matter": "^1.2.2",
2015-04-15 17:13:10 +03:00
"gulp-gh-pages": "^0.5.0",
2015-02-04 13:15:31 +03:00
"gulp-header": "^1.2.2",
"gulp-if": "^1.2.1",
"gulp-iife": "0.0.7",
2015-04-07 20:34:42 +03:00
"gulp-imagemin": "^2.2.1",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.6.3",
2015-04-17 23:44:56 +03:00
"gulp-load-plugins": "^0.10.0",
2015-04-01 14:54:06 +03:00
"gulp-markdown": "^1.0.0",
"gulp-marked": "^1.0.0",
2015-02-21 03:00:24 +03:00
"gulp-minify-html": "^1.0.0",
2015-04-17 23:44:56 +03:00
"gulp-mocha-phantomjs": "^0.6.1",
2015-06-05 20:07:09 +03:00
"gulp-open": "^0.3.2",
2015-04-01 14:54:06 +03:00
"gulp-rename": "^1.2.0",
2015-02-21 03:00:24 +03:00
"gulp-replace": "^0.5.3",
2015-07-20 16:41:36 +03:00
"gulp-sass": "2.0.*",
"gulp-shell": "^0.4.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",
2015-07-21 16:05:50 +03:00
"gulp-subtree": "^0.1.0",
"gulp-tap": "^0.1.3",
2014-09-08 20:12:06 +04:00
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.1",
2015-04-01 14:54:06 +03:00
"gulp-util": "^3.0.4",
"gulp-zip": "^3.0.2",
"humanize": "0.0.9",
2015-03-18 15:53:26 +03:00
"jquery": "^2.1.3",
2014-09-29 20:51:19 +04:00
"jshint-stylish": "^1.0.0",
2015-04-15 17:13:10 +03:00
"merge-stream": "^0.1.7",
2015-02-16 12:15:59 +03:00
"mocha": "^2.1.0",
2014-08-18 17:38:49 +04:00
"opn": "^1.0.0",
"phantomjs": "^1.9.17",
"prismjs": "0.0.1",
2015-04-17 23:44:56 +03:00
"require-dir": "^0.3.0",
2015-04-01 14:54:06 +03:00
"run-sequence": "^1.0.2",
"swig": "^1.4.2",
"through2": "^2.0.0",
2015-07-21 16:05:50 +03:00
"vinyl-paths": "^1.0.0"
},
"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)"
2015-10-01 17:19:43 +03:00
},
"babel": {
"only": "gulpfile.babel.js"
}
}