forked from GoogleWebComponents/google-chart
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 1.29 KB
/
bower.json
File metadata and controls
49 lines (49 loc) · 1.29 KB
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
{
"name": "google-chart",
"version": "2.0.0",
"description": "Encapsulates Google Charts into a web component",
"homepage": "https://googlewebcomponents.github.io/google-chart",
"main": "google-chart.html",
"authors": [
"Wes Alvaro",
"Sérgio Gomes"
],
"license": "Apache-2.0",
"ignore": [
"/.*",
"/test/"
],
"keywords": [
"web-component",
"web-components",
"polymer",
"chart",
"charts",
"google-visualization",
"google"
],
"dependencies": {
"google-apis": "GoogleWebComponents/google-apis#1 - 2",
"iron-ajax": "PolymerElements/iron-ajax#1 - 2",
"polymer": "Polymer/polymer#1.9 - 2"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#1 - 2",
"promise-polyfill": "PolymerLabs/promise-polyfill#1 - 2",
"web-component-tester": "^6.0.0"
},
"variants": {
"1.x": {
"dependencies": {
"google-apis": "GoogleWebComponents/google-apis#^1.0.0",
"iron-ajax": "PolymerElements/iron-ajax#^1.0.0",
"polymer": "Polymer/polymer#^1.0.0",
"promise-polyfill": "PolymerLabs/promise-polyfill#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.2",
"web-component-tester": "*"
}
}
}
}