UNPKG

919 BJSONView Raw
1{
2 "name": "angular2-mdl",
3 "version": "2.11.0",
4 "license": "MIT",
5 "description": "Angular 2 components, directives and styles based on material design lite https://getmdl.io.",
6 "homepage": "http://mseemann.io/angular2-mdl/",
7 "keywords": [
8 "angular 2",
9 "angular2",
10 "material",
11 "material design",
12 "material design lite",
13 "components",
14 "typescript",
15 "button",
16 "card",
17 "chips",
18 "dialog",
19 "snackbar",
20 "layouts",
21 "reactive forms",
22 "tables",
23 "tabs",
24 "test fields",
25 "toggle"
26 ],
27 "main": "./bundle/angular2-mdl.js",
28 "module": "./components/index.js",
29 "typings": "./components/index.d.ts",
30 "private": false,
31 "repository": {
32 "type": "git",
33 "url": "git+https://github.com/mseemann/angular2-mdl.git"
34 },
35 "peerDependencies": {
36 "@angular/core": "^2.0.2",
37 "@angular/common": "^2.0.2",
38 "@angular/forms": "^2.0.2"
39 }
40}