UNPKG

monkey-bus

Version:

A micro-service bus framework for RabbitMQ

59 lines (58 loc) 1.15 kB
{ "name": "monkey-bus", "version": "0.2.1", "description": "A micro-service bus framework for RabbitMQ", "main": "src/bus.js", "scripts": { "test": "mocha tests" }, "repository": { "type": "git", "url": "https://github.com/shurik239/monkey-bus.git" }, "keywords": [ "rabbitmq", "messaging", "message", "bus", "servicebus", "amqplib", "send", "receive", "pub", "sub", "pubsub", "request", "response", "command", "process", "event", "microservice", "framework" ], "author": "Alexander Chirkov", "license": "MIT", "bugs": { "url": "https://github.com/shurik239/monkey-bus/issues" }, "homepage": "https://github.com/shurik239/monkey-bus", "devDependencies": { "chai": "^3.5.0", "mocha": "^2.4.5", "sinon": "^1.17.3" }, "dependencies": { "bluebird": "^3.3.1", "machina": "^1.1.2", "node-uuid": "^1.4.7", "object-hash": "^1.1.2", "postal": "^1.0.8", "rabbus": "^0.7.1", "wascally": "^0.2.10", "whistlepunk": "^0.3.3" }, "engines": { "node": ">=4.0", "npm": ">=2.0" } }