Skip to content

Commit b1a1c2f

Browse files
committed
add bower.json
1 parent 809286b commit b1a1c2f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

bower.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "polymer",
3+
"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.",
4+
"homepage": "http://www.polymer-project.org/",
5+
"keywords": [
6+
"util",
7+
"client",
8+
"browser",
9+
"web components",
10+
"web-components"
11+
],
12+
"author": "Polymer Authors <[email protected]>",
13+
"version": "0.1.0",
14+
"main": [
15+
"polymer.js"
16+
],
17+
"dependencies": {
18+
"platform": "Polymer/platform#~0.1.0"
19+
}
20+
}

0 commit comments

Comments
 (0)