rabbitha
Version:
Highly available RabbitMQ wrapper
27 lines • 569 B
JSON
{
"name": "rabbitha",
"version": "1.0.5",
"description": "Highly available RabbitMQ wrapper",
"main": "index.js",
"dependencies": {
"amqplib":"0.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ecoruh/rabbitha.git"
},
"keywords": [
"RabbitMQ",
"RMQ",
"ha"
],
"author": "Ergun Coruh",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecoruh/rabbitha/issues"
},
"homepage": "https://github.com/ecoruh/rabbitha"
}