UNPKG

angular-material-styles

Version:

The AngularJS Material project is an implementation of Material Design in AngularJS. This project provides a set of reusable, well-tested, and accessible Material Design UI components. AngularJS Material is supported internally at Google by the AngularJS,

118 lines (117 loc) 3.48 kB
{ "name": "angular-material-styles", "version": "1.1.21", "description": "The AngularJS Material project is an implementation of Material Design in AngularJS. This project provides a set of reusable, well-tested, and accessible Material Design UI components. AngularJS Material is supported internally at Google by the AngularJS, Angular Components, and other product teams.", "keywords": [ "client-side", "browser", "material", "material-design", "design", "angularjs", "angular.js", "css", "components", "google" ], "homepage": "https://material.angularjs.org", "bugs": "https://github.com/angular/material/issues", "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/angular/material/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "git://github.com/angular/material.git" }, "style": "./dist/angular-material.css", "scss": "./dist/angular-material.scss", "dependencies": {}, "devDependencies": { "@octokit/rest": "^16.36.0", "add-stream": "^1.0.0", "ajv": "^6.10.2", "angular": "^1.7.9", "angular-animate": "^1.7.9", "angular-aria": "^1.7.9", "angular-messages": "^1.7.9", "angular-mocks": "^1.7.9", "angular-route": "^1.7.9", "angular-sanitize": "^1.7.9", "angular-touch": "^1.7.9", "angularytics": "^0.4.0", "canonical-path": "^1.0.0", "cli-color": "^2.0.0", "colors": "^1.4.0", "conventional-changelog": "^3.1.18", "dgeni": "^0.4.12", "dgeni-packages": "^0.28.2", "eslint": "^6.8.0", "github-contributors-list": "^1.2.4", "glob": "^7.1.6", "gulp": "^3.9.1", "gulp-add-src": "^1.0.0", "gulp-autoprefixer": "^7.0.1", "gulp-concat": "^2.6.1", "gulp-connect": "^5.7.0", "gulp-cssnano": "^2.1.3", "gulp-filter": "^6.0.0", "gulp-frep": "^0.1.3", "gulp-if": "^3.0.0", "gulp-insert": "^0.5.0", "gulp-jshint": "^2.1.0", "gulp-ng-annotate": "^2.1.0", "gulp-ng-html2js": "^0.2.3", "gulp-plumber": "^1.2.1", "gulp-rename": "^2.0.0", "gulp-sass": "^4.0.2", "gulp-uglify": "^3.0.2", "gulp-util": "^3.0.8", "jasmine-core": "2.8.0", "jquery": "^3.4.1", "jshint": "^2.10.3", "jshint-summary": "^0.4.0", "karma": "^4.4.1", "karma-browserstack-launcher": "^1.5.1", "karma-chrome-launcher": "^3.1.0", "karma-firefox-launcher": "^1.3.0", "karma-jasmine": "^1.1.2", "karma-junit-reporter": "^2.0.1", "karma-sauce-launcher": "^2.0.2", "lazypipe": "^1.0.2", "lodash": "^4.17.15", "minimist": "^1.1.0", "mkdirp": "^0.5.0", "moment": "^2.24.0", "natives": "^1.1.6", "postcss": "^7.0.26", "prompt-sync": "^4.2.0", "q": "^1.5.1", "stream-series": "^0.1.1", "through2": "^3.0.1" }, "scripts": { "build": "gulp build", "contributors:release": "githubcontrib --owner angular --repo material --cols 6 --format md --showlogin true --sha master --sortOrder desc --fromDate ", "ddescribe-iit": "gulp ddescribe-iit", "docs:build": "gulp docs", "docs:watch": "gulp watch site --dev", "gulp": "gulp", "test:fast": "gulp karma-fast", "test:full": "gulp karma", "lint": "eslint .", "lint:jshint": "gulp jshint" }, "browserslist": [ "> 0.5%", "last 2 versions", "Firefox ESR", "not ie <= 10", "not ie_mob <= 10", "not bb <= 10", "not op_mob <= 12.1" ] }