forked from WooCode/bower-material
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 671 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 671 Bytes
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
{
"name": "angular-material",
"version": "1.0.0-master-7c9cf7d",
"main": "index",
"format": "cjs",
"registry": "github",
"peerDependencies": {
"angular": "^1.4.7",
"angular-animate": "^1.4.7",
"angular-aria": "^1.4.7"
},
"homepage": "https://material.angularjs.org",
"repository": {
"type": "git",
"url": "git://github.com/angular/material.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/material/blob/master/LICENSE"
}
],
"keywords": [
"angular",
"material",
"browser",
"client-side"
],
"bugs": {
"url": "https://github.com/angular/material/issues"
}
}