{
  "name": "amqper",
  "version": "0.5.2",
  "description": "A simple and elegant AMQP client for node based on amqplib.",
  "homepage": "https://github.com/taoyuan/amqper",
  "repository": "taoyuan/amqper",
  "author": {
    "name": "Tao Yuan",
    "email": "towyuan@outlook.com",
    "url": ""
  },
  "main": "lib/index.js",
  "keywords": [
    "amqp",
    "router"
  ],
  "dependencies": {
    "amqplib": "^0.5.2",
    "bluebird": "^3.5.1",
    "debug": "^3.1.0",
    "depd": "^1.1.2",
    "houkou": "^0.2.2",
    "lodash": "^4.17.4",
    "msgpack": "^1.0.2"
  },
  "devDependencies": {
    "@types/chai": "^4.1.0",
    "chai": "^4.1.2",
    "gulp": "^3.9.1",
    "gulp-exclude-gitignore": "^1.2.0",
    "gulp-istanbul": "^1.1.3",
    "gulp-jshint": "^2.1.0",
    "gulp-mocha": "^5.0.0",
    "gulp-nsp": "^2.4.2",
    "gulp-plumber": "^1.2.0",
    "jshint-stylish": "^2.2.1",
    "mocha": "^4.1.0",
    "uuid": "^3.1.0"
  },
  "scripts": {
    "test": "mocha test/**.test.js"
  },
  "license": "MIT"
}
