UNPKG

amqp-hutch

Version:
32 lines (31 loc) 754 B
{ "name": "amqp-hutch", "version": "1.0.20", "description": "amqplib wrapper", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/robinsio/amqp-hutch" }, "author": "Jon Robins <jon@robins.io> (https://github.com/robinsio)", "license": "ISC", "bugs": { "url": "https://github.com/robinsio/amqp-hutch/issues" }, "dependencies": { "async": "2.1.4", "amqplib": "0.4.2", "custom-error-generator": "7.0.0" }, "devDependencies": { "supertest-as-promised": "^1.0.0", "chai": "^1.10.0", "mocha": "^2.1.0", "mocha-bamboo-reporter": "*", "supertest": "^0.15.0", "sinon": "^1.15.4", "sinon-chai": "^2.8.0", "plato": "^1.5.0", "istanbul": "^0.4.2" } }