summaryrefslogtreecommitdiffstats
path: root/js/vendor/es6-shim/component.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/es6-shim/component.json')
-rw-r--r--js/vendor/es6-shim/component.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/js/vendor/es6-shim/component.json b/js/vendor/es6-shim/component.json
new file mode 100644
index 000000000..dce105fd8
--- /dev/null
+++ b/js/vendor/es6-shim/component.json
@@ -0,0 +1,23 @@
+{
+ "name": "es6-shim",
+ "repo": "paulmillr/es6-shim",
+ "version": "0.18.0",
+ "description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
+ "keywords": [
+ "ecmascript",
+ "harmony",
+ "es6",
+ "shim",
+ "promise",
+ "promises",
+ "setPrototypeOf",
+ "map",
+ "set",
+ "__proto__"
+ ],
+ "main": "es6-shim.js",
+ "scripts": ["es6-shim.js"],
+ "dependencies": {},
+ "development": {}
+}
+