-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
25 lines (25 loc) · 921 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
{
"name": "dynamic-polyfiller",
"version": "0.0.9",
"description": "A small, lightweight script to check for native browser feature support - only polyfill when necessary (using the polyfill.io service), no wasted requests on browsers that have native support!",
"main": "dynamicpolyfill.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willstocks-tech/dynamically-polyfill-features-for-a-script.git"
},
"keywords": [
"polyfill",
"dynamic",
"polyfill.io",
"javascript"
],
"author": "Will Stocks <[email protected]> (https://willstocks.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/willstocks-tech/dynamically-polyfill-features-for-a-script/issues"
},
"homepage": "https://github.com/willstocks-tech/dynamically-polyfill-features-for-a-script#readme"
}