add bower config

This commit is contained in:
Daniel Freedman
2014-10-09 12:00:29 -07:00
parent 3b9b337dd1
commit 2401c64246

20
bower.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "webcomponents.js",
"main": "webcomponents.js",
"version": "0.4.2",
"homepage": "http://webcomponents.org",
"authors": [
"The Polymer Authors"
],
"keywords": [
"webcomponents"
],
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}