forked from silkimen/browser-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 858 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
{
"name": "browser-polyfill",
"version": "3.20.3",
"description": "polyfills for the browser (extracted from polyfill.io service)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"contributors": [
{
"name": "Jonathan Neal",
"email": "[email protected]",
"url": "http://jonathantneal.com/"
},
{
"name": "FT Labs",
"email": "[email protected]",
"url": "http://labs.ft.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/silkimen/browser-polyfill.git"
},
"keywords": [
"polyfill",
"browser",
"library"
],
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/silkimen/browser-polyfill/issues"
},
"homepage": "https://github.com/silkimen/browser-polyfill#readme"
}