material-design-lite/package.json

78 lines
2.1 KiB
JSON
Raw Permalink Normal View History

{
"name": "material-design-lite",
2016-12-21 16:11:33 +03:00
"version": "1.3.0",
"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",
2015-12-17 01:24:23 +03:00
"main": "dist/material.min.js",
"devDependencies": {
"acorn": "^4.0.3",
"babel-core": "^6.20.0",
2016-12-15 18:36:21 +03:00
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.2.3",
"chai": "^3.3.0",
2015-03-18 15:53:26 +03:00
"chai-jquery": "^2.0.0",
"del": "^2.0.2",
2016-12-15 19:02:42 +03:00
"drool": "^0.4.0",
"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",
"gulp-autoprefixer": "^3.0.2",
2016-12-15 19:02:42 +03:00
"gulp-cache": "^0.4.5",
"gulp-closure-compiler": "^0.4.0",
2014-11-12 19:43:06 +03:00
"gulp-concat": "^2.4.1",
"gulp-connect": "^5.0.0",
2015-05-08 05:01:05 +03:00
"gulp-css-inline-images": "^0.1.1",
"gulp-csso": "1.0.0",
2016-12-15 19:02:42 +03:00
"gulp-file": "^0.3.0",
"gulp-flatten": "^0.3.1",
2015-04-01 14:54:06 +03:00
"gulp-front-matter": "^1.2.2",
2015-02-04 13:15:31 +03:00
"gulp-header": "^1.2.2",
"gulp-if": "^2.0.0",
2016-12-15 19:02:42 +03:00
"gulp-iife": "^0.3.0",
"gulp-imagemin": "^3.1.0",
"gulp-jscs": "^4.0.0",
2016-12-15 19:02:42 +03:00
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.3.0",
2015-04-01 14:54:06 +03:00
"gulp-marked": "^1.0.0",
"gulp-mocha-phantomjs": "^0.12.0",
2016-12-15 19:02:42 +03:00
"gulp-open": "^2.0.0",
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",
"gulp-sass": "3.0.0",
2016-12-15 19:02:42 +03:00
"gulp-shell": "^0.5.2",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^2.0.1",
2015-07-21 16:05:50 +03:00
"gulp-subtree": "^0.1.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^2.0.0",
2015-04-01 14:54:06 +03:00
"gulp-util": "^3.0.4",
"gulp-zip": "^4.0.0",
"humanize": "0.0.9",
"jquery": "^3.1.1",
2016-12-15 19:02:42 +03:00
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"merge-stream": "^1.0.0",
"mocha": "^3.0.2",
"prismjs": "0.0.1",
2015-04-01 14:54:06 +03:00
"run-sequence": "^1.0.2",
"swig": "^1.4.2",
"through2": "^2.0.0",
"vinyl-paths": "^2.0.0"
},
"engines": {
"node": ">=0.12.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": {
2016-12-15 18:36:21 +03:00
"only": "gulpfile.babel.js",
"presets": [
"es2015"
]
}
}