create-html-document-polyfill
Version:
createHTMLDocument polyfill for IE up to 11
31 lines (30 loc) • 857 B
JSON
{
"name": "create-html-document-polyfill",
"version": "1.0.1",
"description": "createHTMLDocument polyfill for IE up to 11",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"promise-polyfill": "^6.0.2",
"url-polyfill": "github:webcomponents/URL",
"window-page": "^1.1.3"
},
"scripts": {
"test": "echo 'Open test/public/test.html in a browser and wait: it shouldn't fail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kapouer/create-html-document-polyfill.git"
},
"keywords": [
"polyfill",
"IE",
"createHTMLDocument"
],
"author": "Jérémy Lal <kapouer@melix.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kapouer/create-html-document-polyfill/issues"
},
"homepage": "https://github.com/kapouer/create-html-document-polyfill#readme"
}