This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PAD/JSplugins/angular-material-lite/material-design-lite/package.json

115 lines
3.2 KiB
JSON
Raw Normal View History

2024-01-24 16:47:50 +08:00
{
"name": "material-design-lite",
"version": "1.2.1",
"description": "Material Design Components in CSS, JS and HTML",
"license": "Apache-2.0",
"author": {
"name": "Google"
},
"repository": {
"type": "git",
"url": "git+https://github.com/google/material-design-lite.git"
},
"main": "dist/material.min.js",
"devDependencies": {
"acorn": "^3.3.0",
"babel-core": "^5.8.25",
"browser-sync": "^2.2.3",
"chai": "^3.3.0",
"chai-jquery": "^2.0.0",
"del": "^2.0.2",
"drool": "^0.3.1",
"escodegen": "^1.6.1",
"google-closure-compiler": "",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-cache": "^0.3.0",
"gulp-closure-compiler": "^0.3.1",
"gulp-concat": "^2.4.1",
"gulp-connect": "^5.0.0",
"gulp-css-inline-images": "^0.1.1",
"gulp-csso": "1.0.0",
"gulp-file": "^0.2.0",
"gulp-flatten": "^0.3.1",
"gulp-front-matter": "^1.2.2",
"gulp-header": "^1.2.2",
"gulp-if": "^2.0.0",
"gulp-iife": "^0.1.0",
"gulp-imagemin": "^2.2.1",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^0.10.0",
"gulp-marked": "^1.0.0",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-open": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "2.0.*",
"gulp-shell": "^0.4.2",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-subtree": "^0.1.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.4",
"gulp-zip": "^3.0.2",
"humanize": "0.0.9",
"jquery": "^2.1.3",
"jshint-stylish": "^2.0.1",
"merge-stream": "^1.0.0",
"mocha": "^3.0.2",
"prismjs": "0.0.1",
"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)"
},
"babel": {
"only": "gulpfile.babel.js"
},
"gitHead": "eff220450b027466af5e8e070e47051b203d2d0f",
"bugs": {
"url": "https://github.com/google/material-design-lite/issues"
},
"homepage": "https://github.com/google/material-design-lite#readme",
"_id": "material-design-lite@1.2.1",
"_shasum": "09e5caab2575af8ee21b2630bff175c5a822c662",
"_from": "material-design-lite@*",
"_npmVersion": "3.10.3",
"_nodeVersion": "6.3.1",
"_npmUser": {
"name": "sgomes",
"email": "mail@sgomes.io"
},
"dist": {
"shasum": "09e5caab2575af8ee21b2630bff175c5a822c662",
"tarball": "https://registry.npmjs.org/material-design-lite/-/material-design-lite-1.2.1.tgz"
},
"maintainers": [
{
"name": "addyosmani",
"email": "addyosmani@gmail.com"
},
{
"name": "surma",
"email": "surma@surmair.de"
},
{
"name": "sgomes",
"email": "mail@sgomes.io"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/material-design-lite-1.2.1.tgz_1473348324818_0.17705722921527922"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/material-design-lite/-/material-design-lite-1.2.1.tgz"
}