Skip to content

Commit 7bc82b2

Browse files
author
Sérgio Gomes
committed
Adding some more info to bower.json.
Also versioning the component and dependencies.
1 parent 84aeeab commit 7bc82b2

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

bower.json

+28-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,33 @@
11
{
22
"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+
],
328
"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"
732
}
833
}

0 commit comments

Comments
 (0)