forked from inexorabletash/polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 882 Bytes
/
package.json
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
41
42
43
44
{
"name": "js-polyfills",
"author": "Joshua Bell <[email protected]>",
"version": "0.1.27",
"description": "Collection of Web polyfills.",
"license": "Unlicense",
"main": "polyfill.js",
"files": [
"README.md",
"LICENSE.md",
"polyfill.js",
"polyfill.min.js",
"web.js",
"web.min.js",
"es5.md",
"es5.js",
"es6.md",
"es6.js",
"es2016.md",
"es2016.js",
"html.js",
"dom.js",
"xhr.js",
"url.js",
"fetch.js",
"cssom.js",
"timing.js",
"keyboard.md",
"keyboard.js",
"typedarray.js"
],
"repository": {
"type": "git",
"url": "https://github.com/inexorabletash/polyfill.git"
},
"keywords": [
"polyfill",
"standards"
],
"bugs": {
"url": "https://github.com/inexorabletash/polyfill/issues"
},
"homepage": "https://github.com/inexorabletash/polyfill"
}