From 81a093aced1bf57caedb3eccc9a20c1a8e9237ff Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Fri, 8 Nov 2013 14:25:01 -0800 Subject: [PATCH] add bower.json --- bower.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..6f025bd --- /dev/null +++ b/bower.json @@ -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" + ] +}