wrabbity
Version:
a node package that provides a simple API for interfacing with RabbitMq
39 lines (38 loc) • 827 B
JSON
{
"name": "wrabbity",
"version": "1.1.1",
"url": "https://github.com/nidhaloff/wrabbity/issues",
"email": "nidhalbacc@gmail.com",
"description": "a node package that provides a simple API for interfacing with RabbitMq",
"main": "wrabbity.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rabbitmq",
"message-brokers",
"microservices",
"amqplib",
"rpc",
"MQTT",
"AMQP",
"SOA",
"Messaging-queue",
"queue",
"brokers",
"publish-subscribe",
"remote procedure call",
"publish",
"subscribe"
],
"repository": {
"type": "git",
"url": "https://github.com/nidhaloff/wrabbity"
},
"author": "Nidhal Baccouri",
"license": "MIT",
"dependencies": {
"amqplib": "^0.5.6",
"uuid": "^8.2.0"
}
}