custom-event-autopolyfill
Version:
A window.CustomEvent polyfill, which agressively autopolyfills for test environments
22 lines (21 loc) • 620 B
JSON
{
"name": "custom-event-autopolyfill",
"version": "0.1.3",
"description": "A window.CustomEvent polyfill, which agressively autopolyfills for test environments",
"main": "customevent.js",
"repository": {
"type": "git",
"url": "https://github.com/MaxPRafferty/CustomEvent.git"
},
"keywords": [
"CustomEvent",
"custom-event",
"polyfill"
],
"author": "Max P. Rafferty <maxprafferty@gmail.com> (http://maxprafferty.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MaxPRafferty/CustomEvent/issues"
},
"homepage": "https://github.com/MaxPRafferty/CustomEvent"
}