aboutsummaryrefslogtreecommitdiff
path: root/catapult/third_party/polymer/components/promise-polyfill/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'catapult/third_party/polymer/components/promise-polyfill/bower.json')
-rw-r--r--catapult/third_party/polymer/components/promise-polyfill/bower.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/catapult/third_party/polymer/components/promise-polyfill/bower.json b/catapult/third_party/polymer/components/promise-polyfill/bower.json
new file mode 100644
index 00000000..59163de1
--- /dev/null
+++ b/catapult/third_party/polymer/components/promise-polyfill/bower.json
@@ -0,0 +1,31 @@
+{
+ "name": "promise-polyfill",
+ "version": "1.0.1",
+ "homepage": "https://github.com/taylorhakes/promise-polyfill",
+ "authors": [
+ "Taylor Hakes"
+ ],
+ "description": "Lightweight promise polyfill for the browser and node. A+ Compliant.",
+ "main": "Promise.js",
+ "moduleType": [
+ "globals",
+ "node"
+ ],
+ "keywords": [
+ "promise",
+ "es6",
+ "polyfill",
+ "html5"
+ ],
+ "license": "MIT",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "polymer": "polymer/polymer#^1.0.0"
+ }
+}