diff options
Diffstat (limited to 'core/vendor/es6-shim/.bower.json')
-rw-r--r-- | core/vendor/es6-shim/.bower.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/core/vendor/es6-shim/.bower.json b/core/vendor/es6-shim/.bower.json new file mode 100644 index 00000000000..dcb090a81ff --- /dev/null +++ b/core/vendor/es6-shim/.bower.json @@ -0,0 +1,40 @@ +{ + "name": "es6-shim", + "repo": "paulmillr/es6-shim", + "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", + "version": "0.35.4", + "_release": "0.35.4", + "_resolution": { + "type": "version", + "tag": "0.35.4", + "commit": "271142ca5c58b7bfec6970b1c070515da0d8ef98" + }, + "_source": "https://github.com/paulmillr/es6-shim.git", + "_target": "^0.35.4", + "_originalSource": "es6-shim" +}
\ No newline at end of file |