@worker-tools/event-target-polyfill
Version:
An EventTarget Polyfill
30 lines (29 loc) • 678 B
JSON
{
"name": "@worker-tools/event-target-polyfill",
"version": "0.1.2",
"description": "An EventTarget Polyfill",
"main": "index.js",
"exports": {
".": "./index.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/worker-tools/event-target-polyfill.git"
},
"keywords": [
"EventTarget",
"Polyfill"
],
"author": "Ben Lesh <ben@benlesh.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/benlesh/event-target-polyfill/issues"
},
"homepage": "https://github.com/worker-tools/event-target-polyfill#readme"
}