{
  "name": "hapi-redis",
  "version": "6.0.0",
  "description": "redis client plugin for hapi",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test mocha",
    "testwatch": "NODE_ENV=test mocha -w",
    "lint": "eslint index.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/sandfox/node-hapi-redis.git"
  },
  "keywords": [
    "hapi",
    "redis",
    "plugin"
  ],
  "author": "sandfox",
  "license": "MIT",
  "devDependencies": {
    "eslint": "^0.24.0",
    "fakeredis": "^0.3.2",
    "hapi": "^8.2.0",
    "mocha": "^2.0.1"
  },
  "dependencies": {
    "redis": "0.12.x",
    "basic-redis-factory": "0.0.3"
  }
}
