event-target-polyfill
Version:
An EventTarget Polyfill
29 lines (28 loc) • 652 B
JSON
{
"name": "event-target-polyfill",
"version": "0.0.4",
"description": "An EventTarget Polyfill",
"main": "index.js",
"exports": {
".": "./index.js"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benlesh/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/benlesh/event-target-polyfill#readme"
}