@angular/material
Version:
Angular Material
33 lines (32 loc) • 766 B
JSON
{
"name": "@angular/material",
"version": "2.0.0-beta.12",
"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/material2.git"
},
"keywords": [
"angular",
"material",
"material design",
"components"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/material2/issues"
},
"homepage": "https://github.com/angular/material2#readme",
"peerDependencies": {
"@angular/cdk": "2.0.0-beta.12",
"@angular/core": "~4.4.4",
"@angular/common": "~4.4.4"
},
"dependencies": {
"tslib": "^1.7.1"
}
}