summaryrefslogtreecommitdiffstats
path: root/js/vendor/es6-shim/.bower.json
blob: ab5d661775b394e86da1585d7872d25f16e8c10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "name": "es6-shim",
  "version": "0.28.2",
  "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",
  "_release": "0.28.2",
  "_resolution": {
    "type": "version",
    "tag": "0.28.2",
    "commit": "f5a6b47afa92d81e38fe1e6e40854f07dcbe1ef8"
  },
  "_source": "git://github.com/paulmillr/es6-shim.git",
  "_target": "~0.*",
  "_originalSource": "es6-shim"
}