hermesjs-amqp
Version:
AMQP adapter for HermesJS
21 lines (20 loc) • 482 B
JSON
{
"name": "hermesjs-amqp",
"version": "1.0.2",
"description": "AMQP adapter for HermesJS",
"main": "index.js",
"repository": "https://github.com/hitchhq/hermes-amqp.git",
"bugs": "https://github.com/hitchhq/hermes-amqp/issues",
"keywords": [
"amqp",
"hermes",
"hermesjs",
"adapter"
],
"author": "Fran Mendez <fmvilas@gmail.com> (https://fmvilas.com)",
"license": "MIT",
"dependencies": {
"amqplib": "^0.5.5",
"hermesjs": "^2.2.1"
}
}