Skip to content

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Nov 27, 2013
1 parent 809286b commit b1a1c2f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "polymer",
"description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.",
"homepage": "http://www.polymer-project.org/",
"keywords": [
"util",
"client",
"browser",
"web components",
"web-components"
],
"author": "Polymer Authors <[email protected]>",
"version": "0.1.0",
"main": [
"polymer.js"
],
"dependencies": {
"platform": "Polymer/platform#~0.1.0"
}
}

0 comments on commit b1a1c2f

Please sign in to comment.