UNPKG

754 BJSONView Raw
1{
2 "name": "amqp-hutch",
3 "version": "1.0.17",
4 "description": "amqplib wrapper",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/robinsio/amqp-hutch"
9 },
10 "author": "Jon Robins <jon@robins.io> (https://github.com/robinsio)",
11 "license": "ISC",
12 "bugs": {
13 "url": "https://github.com/robinsio/amqp-hutch/issues"
14 },
15 "dependencies": {
16 "async": "2.1.4",
17 "amqplib": "0.4.2",
18 "custom-error-generator": "7.0.0"
19 },
20 "devDependencies": {
21 "supertest-as-promised": "^1.0.0",
22 "chai": "^1.10.0",
23 "mocha": "^2.1.0",
24 "mocha-bamboo-reporter": "*",
25 "supertest": "^0.15.0",
26 "sinon": "^1.15.4",
27 "sinon-chai": "^2.8.0",
28 "plato": "^1.5.0",
29 "istanbul": "^0.4.2"
30 }
31}