{
  "name": "hive-dev",
  "version": "1.0.18",
  "description": "An intelligent Redis powered, job, worker and queue library with advanced options and plugin support.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": "invertase/hive",
  "homepage": "http://invertase.io/hive",
  "author": "Invertase",
  "contributors": [
    "Mike Diarmid <mike.diarmid@gmail.com>",
    "Elliot Hesp <elliot.hesp@gmail.com>"
  ],
  "license": "MIT",
  "dependencies": {
    "async": "^1.4.0",
    "deep-get-set": "^0.1.1",
    "fakeredis": "^0.3.1",
    "hiredis": "^0.4.0",
    "human-interval": "^0.1.5",
    "ioredis": "^1.7.1",
    "lodash": "^3.10.0",
    "node-uuid": "^1.4.3",
    "once": "^1.3.2"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "faker": "^2.1.2",
    "mocha": "^2.1.0",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-mocha-test": "^0.12.7",
    "jshint-stylish": "^1.0.2"
  }
}
