File tree 1 file changed +28
-3
lines changed
1 file changed +28
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " google-chart" ,
3
+ "homepage" : " http://googlewebcomponents.github.io/google-chart" ,
4
+ "description" : " Encapsulates Google Charts into a web component" ,
5
+ "main" : " google-chart.html" ,
6
+ "authors" : [
7
+ " Sérgio Gomes"
8
+ ],
9
+ "license" : " Apache2" ,
10
+ "version" : " 0.0.1" ,
11
+ "ignore" : [
12
+ " **/.*" ,
13
+ " node_modules" ,
14
+ " bower_components" ,
15
+ " test" ,
16
+ " tests" ,
17
+ " ../"
18
+ ],
19
+ "keywords" : [
20
+ " web-component" ,
21
+ " web-components" ,
22
+ " polymer" ,
23
+ " chart" ,
24
+ " charts" ,
25
+ " google-visualization" ,
26
+ " google"
27
+ ],
3
28
"dependencies" : {
4
- "polymer" : " Polymer/polymer#master " ,
5
- "core-ajax" : " Polymer/core-ajax#master " ,
6
- "google-apis" : " PolymerLabs/google-apis#master "
29
+ "polymer" : " Polymer/polymer#~0.3.1 " ,
30
+ "core-ajax" : " Polymer/core-ajax#~0.3.1 " ,
31
+ "google-apis" : " PolymerLabs/google-apis#~0.3.0 "
7
32
}
8
33
}
You can’t perform that action at this time.
0 commit comments