-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding some more info to bower.json.
Also versioning the component and dependencies.
- Loading branch information
Sérgio Gomes
committed
Jun 2, 2014
1 parent
84aeeab
commit 7bc82b2
Showing
1 changed file
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,33 @@ | ||
{ | ||
"name": "google-chart", | ||
"homepage": "http://googlewebcomponents.github.io/google-chart", | ||
"description": "Encapsulates Google Charts into a web component", | ||
"main": "google-chart.html", | ||
"authors": [ | ||
"Sérgio Gomes" | ||
], | ||
"license": "Apache2", | ||
"version": "0.0.1", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests", | ||
"../" | ||
], | ||
"keywords": [ | ||
"web-component", | ||
"web-components", | ||
"polymer", | ||
"chart", | ||
"charts", | ||
"google-visualization", | ||
"google" | ||
], | ||
"dependencies": { | ||
"polymer": "Polymer/polymer#master", | ||
"core-ajax": "Polymer/core-ajax#master", | ||
"google-apis": "PolymerLabs/google-apis#master" | ||
"polymer": "Polymer/polymer#~0.3.1", | ||
"core-ajax": "Polymer/core-ajax#~0.3.1", | ||
"google-apis": "PolymerLabs/google-apis#~0.3.0" | ||
} | ||
} |