forked from GoogleWebComponents/google-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 820 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
{
"name": "google-chart",
"version": "0.3.0",
"description": "Encapsulates Google Charts into a web component",
"homepage": "http://googlewebcomponents.github.io/google-chart",
"main": "google-chart.html",
"authors": [
"Sérgio Gomes"
],
"license": "Apache2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"../"
],
"keywords": [
"web-component",
"web-components",
"polymer",
"chart",
"charts",
"google-visualization",
"google"
],
"dependencies": {
"polymer": "Polymer/polymer#>=0.5.2 <1.0.0",
"core-ajax": "Polymer/core-ajax#>=0.5.2 <1.0.0",
"google-apis": "GoogleWebComponents/google-apis#~0.4.3"
},
"devDependencies": {
"web-component-tester": "Polymer/web-component-tester#^2.0.5"
}
}