@angular-mdc/web
Version:
36 lines (35 loc) • 912 B
JSON
{
"name": "@angular-mdc/web",
"description": "Angular MDC",
"homepage": "https://github.com/trimox/angular-mdc-web",
"bugs": "https://github.com/trimox/angular-mdc-web/issues",
"repository": {
"type": "git",
"url": "https://github.com/trimox/angular-mdc-web.git"
},
"version": "5.1.1",
"license": "MIT",
"keywords": [
"angular-mdc",
"material-components",
"material-components-web",
"material",
"mdc"
],
"main": "./bundles/web.umd.js",
"module": "./esm5/web.es5.js",
"es2015": "./esm2015/web.js",
"typings": "./web.d.ts",
"private": false,
"dependencies": {
"@angular-mdc/theme": "5.1.1",
"material-components-web": "^5.1.0",
"@angular/cdk": "^9.1.0"
},
"peerDependencies": {
"@angular/core": "^9.0.0",
"@angular/common": "^9.0.0",
"@angular/forms": "^9.0.0"
},
"sideEffects": false
}