hb-emitter
Version:
A node event emitter that allows wildcards and access to an array of all the events
29 lines (28 loc) • 687 B
JSON
{
"name": "hb-emitter",
"version": "1.0.1",
"description": "A node event emitter that allows wildcards and access to an array of all the events",
"main": "emitter.js",
"dependencies": {
"colors": "^1.1.2",
"eventemitter2": "^0.4.14"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/endoplasmic/hb-emitter.git"
},
"keywords": [
"eventemitter",
"hyperbutter"
],
"author": "Scott Ysebert",
"license": "MIT",
"bugs": {
"url": "https://github.com/endoplasmic/hb-emitter/issues"
},
"homepage": "https://github.com/endoplasmic/hb-emitter#readme"
}