event-target-fallback
Version:
An EventTarget Fallback
31 lines (30 loc) • 694 B
JSON
{
"name": "event-target-fallback",
"version": "1.0.0",
"description": "An EventTarget Fallback",
"main": "index.js",
"exports": {
".": "./index.js"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goldsrc/event-target-fallback.git"
},
"keywords": [
"EventTarget",
"Fallback",
"Polyfill",
"Shim"
],
"author": "Mohammad Beheshti <mbeheshtis@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/goldsrc/event-target-fallback/issues"
},
"homepage": "https://github.com/goldsrc/event-target-fallback#readme"
}