Skip to content

Commit 1aa7f50

Browse files
authored
Add package.json for NPM
1 parent fbc236b commit 1aa7f50

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "dynamic-polyfiller",
3+
"version": "0.0.8",
4+
"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!",
5+
"main": "dynamicpolyfill.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/willstocks-tech/dynamically-polyfill-features-for-a-script.git"
12+
},
13+
"keywords": [
14+
"polyfill",
15+
"dynamic",
16+
"polyfill.io",
17+
"javascript"
18+
],
19+
"author": "Will Stocks <will@willstocks.co.uk> (https://willstocks.co.uk)",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/willstocks-tech/dynamically-polyfill-features-for-a-script/issues"
23+
},
24+
"homepage": "https://github.com/willstocks-tech/dynamically-polyfill-features-for-a-script#readme"
25+
}

0 commit comments

Comments
 (0)