UNPKG

payapi-rabbus

Version:

A micro-servicebus for RabbitMQ. Forked from https://github.com/derickbailey/rabbus.git solely to make it use payapi-whistlepunk as a dependency.

66 lines (65 loc) 1.46 kB
{ "name": "payapi-rabbus", "version": "0.8.6", "description": "A micro-servicebus for RabbitMQ. Forked from https://github.com/derickbailey/rabbus.git solely to make it use payapi-whistlepunk as a dependency.", "main": "rabbus/lib/index.js", "scripts": { "test": "grunt specs" }, "repository": { "type": "git", "url": "https://github.com/payapi/rabbus.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "contributors": [ { "name": "Marko Haapala", "email": "marko@payapi.io", "url": "https://es.linkedin.com/in/markohaapala" } ], "keywords": [ "rabbitmq", "messaging", "message", "bus", "servicebus", "amqplib", "rabbot", "send", "receive", "pub", "sub", "pubsub", "request", "response" ], "author": "payapi.io", "license": "MIT", "bugs": { "url": "https://github.com/payapi/rabbus/issues" }, "homepage": "https://github.com/payapi/rabbus", "devDependencies": { "grunt": "^1.0", "grunt-contrib-jshint": "^1.0", "grunt-contrib-watch": "^1.0", "grunt-jasmine-nodejs": "^1.5", "moment": "2.14.1", "payapi-rabbot": "^1.0" }, "dependencies": { "generic-middleware": "2.1.0", "postal": "2.0.4", "underscore": "1.8.3", "uuid": "2.0.2", "payapi-whistlepunk": "0.3.4" }, "peerDependencies": {}, "engines": { "node": ">=4.0", "npm": ">=2.0" } }