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

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Nov 8, 2013
1 parent 6f7977d commit 81a093a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "HTMLImports",
"version": "0.0.20131107",
"homepage": "https://github.com/Polymer/HTMLImports",
"authors": [
"The Polymer Authors"
],
"description": "Polyfill implementing the HTMLImports specification",
"main": "html-imports.js",
"keywords": [
"HTMLImports"
],
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 81a093a

Please sign in to comment.