-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 1.34 KB
/
bower.json
File metadata and controls
49 lines (49 loc) · 1.34 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.1.0",
"description": "Encapsulates Google Charts into a web component",
"homepage": "https://googlewebcomponents.github.io/google-chart",
"main": "google-chart.html",
"authors": [
"Wes Alvaro"
],
"license": "Apache-2.0",
"ignore": [
"/.*",
"/test/"
],
"keywords": [
"chart",
"charts",
"google",
"google-visualization",
"polymer",
"visualization",
"web-component",
"web-components"
],
"dependencies": {
"polymer": "Polymer/polymer#1.9 - 2"
},
"devDependencies": {
"iron-ajax": "PolymerElements/iron-ajax#1 - 2",
"iron-component-page": "PolymerElements/iron-component-page#1 - 2",
"iron-media-query": "PolymerElements/iron-media-query#1 - 2",
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#1 - 2",
"paper-button": "PolymerElements/paper-button#1 - 2",
"promise-polyfill": "polymerlabs/promise-polyfill#1 - 2",
"web-component-tester": "Polymer/web-component-tester#^6.4.0"
},
"variants": {
"1.x": {
"dependencies": {
"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": "*"
}
}
}
}