diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..27db64a --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "js-polyfills", + "version": "0.1.0", + "homepage": "https://github.com/inexorabletash/polyfill", + "authors": [ + "Joshua Bell " + ], + "description": "Various Web API and ECMAScript Polyfills", + "main": [ + "web.js", + "es5.js", + "es6.js" + ], + "keywords": [ + "polyfill", + "standards" + ], + "ignore": [ + "**/.*", + "**/*.html", + "**/*.md", + "demos", + "obsolete", + "tests" + ] +}