Skip to content

Commit

Permalink
Merge pull request #1 from hershmire/bower-setup
Browse files Browse the repository at this point in the history
Bower setup
  • Loading branch information
Eddie Leffler committed Aug 27, 2014
2 parents bad9bcb + fb2dbfb commit 56fff90
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
{
"name": "x-rating",
"version": "0.0.0",
"version": "0.0.1",
"keywords": [
"seed",
"polymer",
"web-components"
"web-components",
"star-rating",
"rating"
],
"main": "x-rating.html",
"dependencies": {
"polymer": "Polymer/polymer#~0.3.5"
}
"polymer": "~0.3.5"
},
"homepage": "https://github.com/hershmire/x-rating",
"authors": [
"Eddie Leffler"
],
"description": "A custom (star) rating UI polymer element.",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"../",
"test",
"tests"
]
}

0 comments on commit 56fff90

Please sign in to comment.