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

Commit 81a093a

Browse files
committed
add bower.json
1 parent 6f7977d commit 81a093a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "HTMLImports",
3+
"version": "0.0.20131107",
4+
"homepage": "https://github.com/Polymer/HTMLImports",
5+
"authors": [
6+
"The Polymer Authors"
7+
],
8+
"description": "Polyfill implementing the HTMLImports specification",
9+
"main": "html-imports.js",
10+
"keywords": [
11+
"HTMLImports"
12+
],
13+
"license": "BSD",
14+
"private": true,
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests"
21+
]
22+
}

0 commit comments

Comments
 (0)