diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 0000000..603834e --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "../" +} diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..521b19d --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "CustomElements", + "version": "0.0.20131107", + "homepage": "https://github.com/Polymer/CustomElements", + "authors": [ + "The Polymer Authors" + ], + "description": "Custom Elements Polyfill", + "main": "custom-elements.js", + "keywords": [ + "web", + "components" + ], + "dependencies": { + "MutationObservers": "Polymer/MutationObservers" + }, + "license": "BSD", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "../", + "test", + "tests" + ] +}