Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
add bower config
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Sep 9, 2013
1 parent 9b60c66 commit 48f61b6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "polymer-ui-elements",
"version": "0.0.20130905",
"homepage": "https://github.com/Polymer/polymer-ui-elements",
"authors": [
"Polymer Authors <[email protected]>"
],
"description": "Common polymer UI elements",
"keywords": [
"polymer",
"web-components"
],
"dependencies": {
"polymer-elements": "0.0.20130905"
},
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"docs",
"tools"
]
}

0 comments on commit 48f61b6

Please sign in to comment.