{ "name": "angular-material-source", "version": "1.1.7", "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, Material Design UX 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" }, "private": true, "style": "./dist/angular-material.css", "scss": "./dist/angular-material.scss", "devDependencies": { "add-stream": "^1.0.0", "angular": "^1.5.0", "angular-animate": "^1.5.0", "angular-aria": "^1.5.0", "angular-messages": "^1.5.0", "angular-mocks": "^1.5.0", "angular-route": "^1.5.0", "angular-sanitize": "^1.5.0", "angular-touch": "^1.5.0", "angularytics": "^0.4.0", "canonical-path": "0.0.2", "cli-color": "^1.0.0", "colors": "^1.1.0", "conventional-changelog": "^1.1.0", "dgeni": "^0.4.9", "dgeni-packages": "^0.22.1", "github": "^12.0.5", "eslint": "^4.3.0", "github-contributors-list": "^1.2.3", "glob": "~7.0.5", "gulp": "^3.9.1", "gulp-add-src": "^0.2.0", "gulp-autoprefixer": "^3.1.0", "gulp-concat": "^2.2.0", "gulp-connect": "^4.1.0", "gulp-cssnano": "^2.1.2", "gulp-filter": "^4.0.0", "gulp-frep": "^0.1.3", "gulp-if": "^2.0.1", "gulp-insert": "^0.5.0", "gulp-jshint": "^2.0.1", "gulp-ng-annotate": "^2.0.0", "gulp-ng-html2js": "^0.2.2", "gulp-plumber": "^1.0.0", "gulp-rename": "^1.2.0", "gulp-sass": "^3.1.0", "gulp-uglify": "^1.2.0", "gulp-util": "^3.0.1", "gulp-webserver": "^0.9.1", "jasmine-core": "^2.2.0", "jquery": "^3.0.0", "jshint": "^2.9.2", "jshint-summary": "^0.4.0", "karma": "^1.7.0", "karma-browserstack-launcher": "^1.2.0", "karma-chrome-launcher": "^2.0.0", "karma-firefox-launcher": "^1.0.0", "karma-jasmine": "^1.0.2", "karma-sauce-launcher": "^1.0.0", "lazypipe": "^1.0.1", "lodash": "^4.13.1", "minimist": "^1.1.0", "mkdirp": "^0.5.0", "postcss": "^5.1.2", "prompt-sync": "^1.0.0", "q": "^1.0.1", "stream-series": "^0.1.1", "through2": "^2.0.1" }, "scripts": { "build": "gulp build", "contributors:release": "githubcontrib --owner angular --repo material --cols 6 --format md --showlogin true --sha master --sortOrder desc --fromDate ", "docs:build": "gulp docs", "docs:watch": "gulp watch site --dev", "test:fast": "gulp karma-fast", "test:full": "gulp karma", "lint": "eslint ." } }