mbus
Version:
If Node's EventEmitter and Eve were to have a child, it might look something like this
31 lines • 741 B
JSON
{
"name": "mbus",
"version": "2.0.0",
"description": "If Node's EventEmitter and Eve were to have a child, it might look something like this",
"main": "index.js",
"scripts": {
"test": "node test/all.js",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/DamonOehlman/mbus.git"
},
"stability": "unstable",
"keywords": [
"eventemitter",
"emitter",
"eve",
"messagebus"
],
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DamonOehlman/mbus/issues"
},
"homepage": "https://github.com/DamonOehlman/mbus",
"dependencies": {},
"devDependencies": {
"tape": "^3.0.0"
}
}