-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
48 lines (48 loc) · 1.48 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
{
"name": "mist-insights",
"main": "mist-insights.html",
"dependencies": {
"polymer": "Polymer/polymer#1.9 - 2",
"iron-ajax": "^2.0.2",
"echarts": "^3.6.2",
"moment": "^2.18.1",
"paper-spinner": "^2.0.0",
"paper-dropdown-menu": "^2.0.0",
"paper-item": "^2.0.0",
"paper-material": "^2.0.0",
"paper-button": "^2.0.0",
"paper-listbox": "^2.0.0",
"iron-icons": "^2.0.1",
"iron-media-query": "^2.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^2.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"test-fixture": "PolymerElements/test-fixture#^2.0.0",
"web-component-tester": "^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
},
"variants": {
"1.x": {
"dependencies": {
"polymer": "Polymer/polymer#^1.9",
"paper-button": "^1.0.15"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"resolutions": {
"webcomponentsjs": "^0.7"
}
}
},
"resolutions": {
"webcomponentsjs": "^1.0.0",
"test-fixture": "^3.0.0-rc.1"
}
}