rabbitmq-herald-client
Version:
Fork of herald-client that use rabbitmq as server to sending messages
34 lines (33 loc) • 830 B
JSON
{
"name": "rabbitmq-herald-client",
"version": "0.10.48",
"description": "Fork of herald-client that use rabbitmq as server to sending messages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NumminorihSF/rabbitmq-herald-client.git"
},
"keywords": [
"publish",
"subscribe",
"socket",
"herald",
"rpc",
"client",
"messaging",
"rabbitmq",
"amqp"
],
"author": "Konstantine Petryaev <numminorihsf@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NumminorihSF/rabbitmq-herald-client/issues"
},
"homepage": "https://github.com/NumminorihSF/rabbitmq-herald-client#readme",
"dependencies": {
"bramqp-wrapper": "^0.12.2"
}
}