{
  "name": "352-wascally",
  "version": "0.2.5",
  "description": "Abstractions to simplify working with the wascally wabbitMQ",
  "main": "src/index.js",
  "repository": "https://github.com/dvideby0/wascally",
  "scripts": {
    "test": "gulp coverage"
  },
  "author": "LeanKit",
  "contributors": [
    {
      "name": "Alex Robson",
      "email": "asrobson@gmail.com",
      "url": "http://github.com/arobson"
    },
    {
      "name": "Doug Neiner",
      "url": "http://code.dougneiner.com"
    },
    {
      "name": "Derick Bailey",
      "url": "http://derickbailey.com/"
    },
    {
      "name": "John Mathis",
      "url": "http://github.com/JohnDMathis"
    },
    {
      "name": "Austin Young",
      "url": "http://github.com/LeankitAustin"
    },
    {
      "name": "Scott Walters",
      "url": "http://github.com/LeankitScott"
    },
    {
      "name": "Eric Satterwhite",
      "url": "http://codedependant.net/"
    },
    {
      "name": "Leonardo Bispo de Oliveira",
      "url": "http://blog.bispooliveira.de"
    }
  ],
  "license": "MIT License - http://opensource.org/licenses/MIT",
  "devDependencies": {
    "gulp": "~3.8.1",
    "biggulp": "0.*.*",
    "chai": "^2.0.0",
    "chai-as-promised": "^4.2.0",
    "sinon": "^1.12.2"
  },
  "dependencies": {
    "amqplib": "~0.3.0",
    "debug": "^2.1.1",
    "lodash": "~2.4.1",
    "machina": "^0.3.6",
    "monologue.js": "~0.1.4",
    "node-uuid": "^1.4.1",
    "postal": "1.0.*",
    "when": "~3.0.0",
    "whistlepunk": "0.2.0"
  }
}
