@angular/material
Version:
Angular Material
47 lines • 1.29 kB
JSON
{
"name": "@angular/material",
"version": "8.2.3",
"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.3",
"@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": "0b175c619f37f450f147d42f8c562f08333ed330",
"releaseGitBranch": "8.2.x",
"releaseGitUser": "Miles Malerba <mmalerba@google.com>"
}