forked from angular/bower-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "angular-material-jmcpeak",
"version": "0.10.5",
"main": "index",
"format": "cjs",
"registry": "github",
"peerDependencies": {
"angular": "^1.3.15 || >1.4.0-beta.0",
"angular-animate": "^1.3.15 || >1.4.0-beta.0",
"angular-aria": "^1.3.15 || >1.4.0-beta.0"
},
"jspm": {
"dependencies": {
"angular": "angular/bower-angular@^1.3.15",
"angular-animate": "angular/bower-angular-animate@^1.3.15",
"angular-aria": "angular/bower-angular-aria@^1.3.15",
"css": "systemjs/plugin-css@^0.1.9"
},
"shim": {
"angular-material-jmcpeak": {
"deps": [
"./angular-material.css!"
]
}
},
"peerDependencies": {}
},
"homepage": "https://material.angularjs.org",
"repository": {
"type": "git",
"url": "git://github.com/jmcpeak/material.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jmcpeak/material/blob/master/LICENSE"
}
],
"keywords": [
"angular",
"material",
"browser",
"client-side"
],
"bugs": {
"url": "https://github.com/jmcpeak/material/issues"
}
}