UNPKG

@hapiness/rabbitmq

Version:
79 lines (78 loc) 1.6 kB
{ "name": "@hapiness/rabbitmq", "version": "1.7.3", "description": "Hapiness module for rabbitmq", "main": "commonjs/index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git+ssh://git@github.com/hapinessjs/rabbit-module.git" }, "keywords": [ "HapiJS", "Hapi", "Hapiness", "Framework", "NodeJS", "Rabbit", "RabbitMQ", "Node", "HTTP", "API", "REST", "Streams", "Async", "Decorator", "RxJS", "Rx", "ReactiveX", "Observable", "Observer", "Module", "ES2015", "ES2016", "ES2017", "ES6", "ES7", "ES8", "Typescript" ], "contributors": [ { "name": "Julien Fauville", "url": "https://github.com/Juneil" }, { "name": "Antoine Gomez", "url": "https://github.com/antoinegomez" }, { "name": "Sébastien Ritz", "url": "https://github.com/reptilbud" }, { "name": "Nicolas Jessel", "url": "https://github.com/njl07" } ], "license": "SEE LICENSE IN https://github.com/hapinessjs/rabbit-module/blob/master/LICENSE.md", "bugs": { "url": "https://github.com/hapinessjs/rabbit-module/issues" }, "homepage": "https://github.com/hapinessjs/rabbit-module#readme", "dependencies": { "@types/amqplib": "=0.5.5", "amqplib": "~0.5.2", "debug": "^3.1.0", "lodash.get": "~4.4.2", "lodash.has": "~4.5.2", "lodash.pick": "~4.4.0" }, "peerDependencies": { "@hapiness/core": "^1.5.5", "rxjs": "^5.5.7" }, "engines": { "node": ">=7.10.0" } }