eventyoshi
Version:
Allows several event emitters to be listened and emitted through a single one.
37 lines (36 loc) • 734 B
JSON
{
"name": "eventyoshi",
"description": "Allows several event emitters to be listened and emitted through a single one.",
"keywords": [
"event",
"emitter",
"eventemitter",
"router",
"proxy"
],
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/fent/node-eventyoshi.git"
},
"author": "fent (https://github.com/fent)",
"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "istanbul cover node_modules/.bin/_mocha -- test/*-test.js"
},
"directories": {
"lib": "./lib"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^5.0.0",
"sinon": "^6.2.0"
},
"engines": {
"node": ">=6"
},
"license": "MIT"
}