Skip to content

Commit

Permalink
Adding some more info to bower.json.
Browse files Browse the repository at this point in the history
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.
31 changes: 28 additions & 3 deletions bower.json
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"
}
}

0 comments on commit 7bc82b2

Please sign in to comment.