angular2-mdl
Version:
Angular 2 components, directives and styles based on material design lite https://getmdl.io.
41 lines (40 loc) • 918 B
JSON
{
"name": "angular2-mdl",
"version": "2.9.0",
"license": "MIT",
"description": "Angular 2 components, directives and styles based on material design lite https://getmdl.io.",
"homepage": "http://mseemann.io/angular2-mdl/",
"keywords": [
"angular 2",
"angular2",
"material",
"material design",
"material design lite",
"components",
"typescript",
"button",
"card",
"chips",
"dialog",
"snackbar",
"layouts",
"reactive forms",
"tables",
"tabs",
"test fields",
"toggle"
],
"main": "./bundle/angular2-mdl.js",
"module": "./components/index.js",
"typings": "./components/index.d.ts",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/mseemann/angular2-mdl.git"
},
"peerDependencies": {
"@angular/core": "^2.0.2",
"@angular/common": "^2.0.2",
"@angular/forms": "^2.0.2"
}
}