browser-mdn-polyfills
Version:
Basic set of Polyfills based on MDN
25 lines (24 loc) • 655 B
JSON
{
"name": "browser-mdn-polyfills",
"version": "1.0.1",
"description": "Basic set of Polyfills based on MDN",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "polyfills.js",
"repository": {
"type": "git",
"url": "git+https://github.com/joshua-harpoon/browser-polyfills.git"
},
"keywords": [
"Polyfill",
"MDN",
"Browser Polyfill"
],
"author": "Joshua Duenas <joshua@harpoonconnect.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/joshua-harpoon/browser-polyfills/issues"
},
"homepage": "https://github.com/joshua-harpoon/browser-polyfills#readme"
}