-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
38 lines (38 loc) · 948 Bytes
/
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
{
"name": "polyana-dashboard",
"version": "2.0.0",
"authors": [
"Dimitris Moraitis <[email protected]>",
"Christina Papakonstantinou <[email protected]>"
],
"description": "A web component that renders a Grafana dashboard.",
"keywords": [
"web-component",
"polymer",
"grafana",
"polyana",
"chart",
"ECharts"
],
"main": "polyana-dashboard.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/mistio/polyana-dashboard",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"timerange-picker": "mistio/timerange-picker#2.0.0",
"paper-spinner": "^2.1.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^2.0.0",
"web-component-tester": "^4.0.0"
},
"resolutions": {
"echarts": "^4.2.1-rc1",
"polymer": "^v2.0.0",
"webcomponentsjs": "^v1.1.0"
}
}