UNPKG

angular-material-npfixed

Version:

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

90 lines (89 loc) 3.14 kB
{ "name": "angular-material-npfixed", "version": "1.1.11", "description": "The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, Material Design UX and other product teams.", "keywords": "client-side, browser, material, material-design, design, angular, 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": false, "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.1", "dgeni-packages": "^0.13.0", "github-contributors-list": "^1.2.1", "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": "^2.3.2", "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.0.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" }, "main": "./index", "scripts": { "contributors": "rm -f ./docs/app/contributors.json; githubcontrib --owner=angular --repository=material --cols=6 --format=json --showlogin=true --sortBy=login --sha=master > ./docs/app/contributors.json", "watch": "gulp watch site --dev", "prom": "git pull --rebase origin master", "current-branch": "git rev-parse --abbrev-ref HEAD", "merge-base": "git merge-base $(npm run -s current-branch) origin/master", "squash": "git rebase -i $(npm run -s merge-base)", "prepublish": "gulp build" } }