UNPKG

1.05 kBJSONView Raw
1{
2 "name": "es5-shim",
3 "main": "es5-shim.js",
4 "repository": {
5 "type": "git",
6 "url": "git://github.com/es-shims/es5-shim"
7 },
8 "homepage": "https://github.com/es-shims/es5-shim",
9 "authors": [
10 "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
11 "Sami Samhuri <sami.samhuri@gmail.com> (http://samhuri.net/)",
12 "Florian Schäfer <florian.schaefer@gmail.com> (http://github.com/fschaefer)",
13 "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
14 "Kit Cambridge <kitcambridge@gmail.com> (http://kitcambridge.github.com)",
15 "Jordan Harband <ljharb@gmail.com> (https://github.com/ljharb/)"
16 ],
17 "description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
18 "keywords": [
19 "shim",
20 "es5",
21 "es5 shim",
22 "javascript",
23 "ecmascript",
24 "polyfill"
25 ],
26 "license": "MIT",
27 "ignore": [
28 "**/.*",
29 "node_modules",
30 "bower_components",
31 "tests"
32 ]
33}