{
  "name": "amqplib-easy",
  "version": "5.0.0",
  "description": "Simplified API for interacting with AMQP",
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "context",
      "before",
      "beforeEach",
      "after",
      "afterEach",
      "it",
      "expect"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lanetix/node-lanetix-amqp-easy"
  },
  "keywords": [
    "amqp",
    "promise",
    "easy"
  ],
  "author": "Mike Atkins",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lanetix/node-lanetix-amqp-easy/issues"
  },
  "homepage": "https://github.com/lanetix/node-lanetix-amqp-easy",
  "devDependencies": {
    "mocha": "^2.1.0",
    "should": "^8.2.2",
    "standard": "^6"
  },
  "dependencies": {
    "amqplib": "^0.4.0",
    "amqplib-retry": "^1.0.2",
    "bluebird": "^2.6.2",
    "diehard": "^1.3.0",
    "lodash.defaults": "^2.4.1"
  }
}
