summaryrefslogtreecommitdiffstats
path: root/js/vendor/es6-shim/.bower.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 03:55:52 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 03:55:52 +0200
commitea9ebd4826fe9807af5bc17e786b3dc58f163970 (patch)
tree2894b40614ebe977797cea5745b215e2a2851f61 /js/vendor/es6-shim/.bower.json
parent594b92f649d8ed8a705f1af23639463078170d46 (diff)
port to es5 and add es6 shims for object prototypes instead
Diffstat (limited to 'js/vendor/es6-shim/.bower.json')
-rw-r--r--js/vendor/es6-shim/.bower.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/js/vendor/es6-shim/.bower.json b/js/vendor/es6-shim/.bower.json
new file mode 100644
index 000000000..da6e71fa5
--- /dev/null
+++ b/js/vendor/es6-shim/.bower.json
@@ -0,0 +1,41 @@
+{
+ "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": {},
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "components",
+ "test"
+ ],
+ "homepage": "https://github.com/paulmillr/es6-shim",
+ "_release": "0.18.0",
+ "_resolution": {
+ "type": "version",
+ "tag": "0.18.0",
+ "commit": "0b6d1dda46c13dfc9d1240a4f5e1b31ed78c8c0b"
+ },
+ "_source": "git://github.com/paulmillr/es6-shim.git",
+ "_target": "~0.18.0",
+ "_originalSource": "es6-shim",
+ "_direct": true
+} \ No newline at end of file