UNPKG

@angular/material

Version:
47 lines 1.29 kB
{ "name": "@angular/material", "version": "8.2.2", "description": "Angular Material", "main": "./bundles/material.umd.js", "module": "./esm5/material.es5.js", "es2015": "./esm2015/material.js", "typings": "./material.d.ts", "repository": { "type": "git", "url": "https://github.com/angular/components.git" }, "keywords": [ "angular", "material", "material design", "components" ], "license": "MIT", "bugs": { "url": "https://github.com/angular/components/issues" }, "homepage": "https://github.com/angular/components#readme", "peerDependencies": { "@angular/animations": "^8.0.0 || ^9.0.0-0", "@angular/cdk": "8.2.2", "@angular/core": "^8.0.0 || ^9.0.0-0", "@angular/common": "^8.0.0 || ^9.0.0-0", "@angular/forms": "^8.0.0 || ^9.0.0-0" }, "dependencies": { "tslib": "^1.7.1" }, "schematics": "./schematics/collection.json", "ng-update": { "migrations": "./schematics/migration.json", "packageGroup": [ "@angular/material", "@angular/cdk", "@angular/material-moment-adapter" ] }, "sideEffects": false, "releaseGitCommitSha": "04625994e04120a42a5608140898868293de2f09", "releaseGitBranch": "8.2.x", "releaseGitUser": "Andrew Seguin <andrewjs@google.com>" }