This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
53 lines (53 loc) · 1.64 KB
/
bower.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
49
50
51
52
53
{
"name": "mdi-iconset-svg",
"version": "2.0.2",
"description": "Iconset for the Material Design Icons collection",
"authors": [
"kriss-kross-io <[email protected]> (https://kriss-kross.io)"
],
"keywords": [
"web-components",
"polymer",
"icon"
],
"main": "mdi-iconset-svg.html",
"repository": {
"type": "git",
"url": "git://github.com/kriss-kross-io/mdi-iconset-svg"
},
"homepage": "https://github.com/kriss-kross-io/mdi-iconset-svg",
"dependencies": {
"iron-icon": "PolymerElements/iron-icon#1 - 2",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#1 - 2",
"polymer": "Polymer/polymer#1.9 - 2"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#1 - 2",
"iron-meta": "PolymerElements/iron-meta#1 - 2",
"paper-styles": "PolymerElements/paper-styles#1 - 2",
"web-component-tester": "^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
},
"variants": {
"1.x": {
"dependencies": {
"iron-icon": "PolymerElements/iron-icon#^1.0.0",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#^1.0.0",
"polymer": "Polymer/polymer#^1.9"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#1.0.0",
"iron-meta": "PolymerElements/iron-meta#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.2",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"resolutions": {
"webcomponentsjs": "^0.7"
}
}
},
"resolutions": {
"webcomponentsjs": "^1.0.0"
}
}