UNPKG

local-bus

Version:

A generic bus for topic-based publication of events

37 lines (36 loc) 805 B
{ "name": "local-bus", "version": "0.0.3", "description": "A generic bus for topic-based publication of events", "main": "src/index.js", "scripts": { "test": "mocha -R spec test" }, "repository": { "type": "git", "url": "https://github.com/Aomitayo/local-bus.git" }, "keywords": [ "Microservice", "Event", "bus", "eventsourcing" ], "author": "Adedayo Omitayo <adedayo.omitayo@flowswift.com>", "license": "MIT", "bugs": { "url": "https://github.com/Aomitayo/local-bus/issues" }, "homepage": "https://github.com/Aomitayo/local-bus", "dependencies": { "amqplib": "^0.3.2", "debug": "^2.2.0", "lodash": "^3.9.3", "q": "^1.4.1" }, "devDependencies": { "chai": "~1.9.1", "mocha": "~1.21.4", "sinon": "1.10.3" } }