swatk6-emitter
Version:
A drop-in replacement for EventEmitter that can handle DOM-style events whose propagation can be stopped.
25 lines (24 loc) • 691 B
JSON
{
"name": "swatk6-emitter",
"version": "1.0.0",
"description": "A drop-in replacement for EventEmitter that can handle DOM-style events whose propagation can be stopped.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/subpardaemon/swatk6-emitter.git",
"web": "https://github.com/subpardaemon/swatk6-emitter/tree/master"
},
"keywords": [
"event",
"emitter",
"stoppropagation"
],
"author": "Andras Kemeny <subpardaemon@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/subpardaemon/swatk6-emitter/issues"
}
}