UNPKG

@jackrabbit/channel

Version:

wrapper for creating a rabbitMQ connection and opening a channel

43 lines (42 loc) 1.06 kB
{ "name": "@jackrabbit/channel", "description": "wrapper for creating a rabbitMQ connection and opening a channel", "version": "2.0.0", "author": "Jack Boberg <hello@jackboberg.info>", "bugs": { "url": "https://github.com/jackboberg/rabbit-channel/issues" }, "dependencies": { "amqplib": "^0.5.1" }, "devDependencies": { "code": "^4.1.0", "lab": "^14.1.1", "proxyquire": "^1.8.0", "sinon": "^2.4.1", "standard": "^10.0.2" }, "homepage": "https://github.com/jackboberg/rabbit-channel", "keywords": [ "channel", "connection", "rabbit", "rabbitMQ" ], "license": "MIT", "main": "index.js", "maintainers": [ "Jack Boberg <hello@jackboberg.info>", "Jeremiah Harlan <jeremiah.harlan@gmail.com>" ], "repository": { "type": "git", "url": "https://github.com/jackboberg/rabbit-channel.git" }, "scripts": { "coverage": "lab -r html -o coverage/index.html -r lcov -o coverage/lcov.info", "lint": "standard", "pretest": "npm run lint", "test": "lab -clv" } }