{
  "name": "wascally",
  "version": "0.3.0",
  "description": "Abstractions to simplify working with the wascally wabbitMQ",
  "main": "src/index.js",
  "repository": "https://github.com/leankit-labs/wascally",
  "scripts": {
    "lint": "jshint ./",
    "test": "gulp test-and-exit"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "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": "Joseph Frazier",
      "url": "https://github.com/josephfrazier"
    },
    {
      "name": "John Mathis",
      "url": "http://github.com/JohnDMathis"
    },
    {
      "name": "Austin Young",
      "url": "http://github.com/LeankitAustin"
    },
    {
      "name": "Jim Cowart",
      "url": "http://github.com/ifandelse"
    },
    {
      "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"
    },
    {
      "name": "Michael Tuttle",
      "url": "https://github.com/openam"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "biggulp": "^0.2.2",
    "chai": "^3.4.1",
    "chai-as-promised": "^5.1.0",
    "gulp": "^3.9.0",
    "sinon": "^1.17.2",
    "sinon-as-promised": "^4.0.0"
  },
  "dependencies": {
    "amqplib": "~0.4.0",
    "debug": "^2.2.0",
    "lodash": "^3.10.1",
    "machina": "^1.1.2",
    "monologue.js": "^0.3.4",
    "node-uuid": "^1.4.7",
    "postal": "^1.0.7",
    "when": "^3.7.5",
    "whistlepunk": "^0.3.2"
  }
}
