{
  "name": "ivy",
  "description": "Queue wrapper with node.js-ish interface.",
  "version": "0.2.2",
  "author": "Apiary Inc <support@apiary.io>",
  "contributors": [
    {
      "name": "Lukas Linhart",
      "email": "lukas@apiary.io"
    }
  ],
  "dependencies": {
    "async": "",
    "hiredis": "~0.4.1",
    "iron_mq": "~0.9.2",
    "node-uuid": "~1.4.7",
    "redis": "~2.4.2",
    "winston": "~0.9.0"
  },
  "devDependencies": {
    "chai": "",
    "coffee-script": "~1.10.0",
    "grunt": "^0.4.5",
    "grunt-bump": "0.0.15",
    "grunt-cli": "^0.1.13",
    "grunt-exec": "^0.4.6",
    "mocha": "",
    "sinon": ""
  },
  "keywords": [
    "queue"
  ],
  "scripts": {
    "prepublish": "scripts/build",
    "test": "./node_modules/.bin/mocha -c --reporter spec --timeout 5000 --compilers \"coffee:coffee-script/register\""
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/apiaryio/ivy/blob/master/LICENSE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/apiaryio/ivy"
  },
  "bugs": {
    "url": "http://github.com/apiaryio/ivy/issues"
  },
  "main": "lib/",
  "engines": {
    "node": "4"
  }
}
