From 5e5d535b79bce90e670495794ebdaafe6207f289 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sun, 7 Dec 2014 13:00:52 -0800 Subject: [PATCH] Add bower manifest --- bower.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bower.json 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" + ] +}