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

Commit 98b8398

Browse files
committed
Add bower configs
1 parent 40223bf commit 98b8398

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "../"
3+
}

bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "CustomElements",
3+
"version": "0.0.20131107",
4+
"homepage": "https://github.com/Polymer/CustomElements",
5+
"authors": [
6+
"The Polymer Authors"
7+
],
8+
"description": "Custom Elements Polyfill",
9+
"main": "custom-elements.js",
10+
"keywords": [
11+
"web",
12+
"components"
13+
],
14+
"dependencies": {
15+
"MutationObservers": "Polymer/MutationObservers"
16+
},
17+
"license": "BSD",
18+
"private": true,
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"../",
24+
"test",
25+
"tests"
26+
]
27+
}

0 commit comments

Comments
 (0)