UNPKG

rabbot-event-emitter

Version:
32 lines (31 loc) 716 B
{ "name": "rabbot-event-emitter", "version": "1.0.5", "description": "An event emitter interface over Rabbot", "main": "index.js", "directories": { "example": "examples" }, "scripts": { "test": "node ./tests/pub-and-sub.js" }, "repository": { "type": "git", "url": "git+https://github.com/ppsreejith/rabbot-event-emitter.git" }, "keywords": [ "rabbot", "event-emitter", "rabbitmq" ], "author": "ppsreejith", "license": "MIT", "bugs": { "url": "https://github.com/ppsreejith/rabbot-event-emitter/issues" }, "homepage": "https://github.com/ppsreejith/rabbot-event-emitter#readme", "dependencies": { "rabbot": "^1.1.0", "tap": "^10.3.0" } }