{
  "name": "seneca-redis-store",
  "version": "1.1.0",
  "description": "Redis storage layer for Seneca framework",
  "main": "redis-store.js",
  "scripts": {
    "test": "lab -v -P test -L -t 80",
    "coveralls": "lab -s -P test -r lcov | coveralls",
    "coverage": "lab -v -P test -L -t 80 -r html > coverage.html",
    "annotate": "docco redis-store.js -o doc/annotated",
    "build": "docker-compose build",
    "start": "docker-compose up",
    "stop": "docker-compose kill"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/senecajs/seneca-redis-store.git"
  },
  "keywords": [
    "seneca",
    "data",
    "store",
    "redis",
    "plugin"
  ],
  "author": "Marius Ursache",
  "contributors": [
    "Peter Elger (http://peterelger.com/)",
    "Alan Bradley (http://gangleri.net/)",
    "Richard Rodger (http://richardrodger.com/)",
    "Chico Charlesworth (https://twitter.com/ccharlesworth)",
    "Marco Piraccini (https://github.com/marcopiraccini)",
    "Cristian Kiss (https://github.com/ckiss)",
    "Mihai Dima (https://github.com/mihaidma)",
    "Blain Smith (https://github.com/blainsmith)",
    "Marius Ursache (https://github.com/bamse16)",
    "Nicolas Herment (https://github.com/nherment)",
    "Emer Rutherford (https://github.com/eeswr)",
    "Shane Lacey (https://github.com/shanel262)",
    "Matteo Collina (https://github.com/mcollina)"
  ],
  "homepage": "https://github.com/senecajs/seneca-redis-store",
  "bugs": {
    "url": "https://github.com/senecajs/seneca-redis-store/issues"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "license": "MIT",
  "dependencies": {
    "lodash": "4.15.0",
    "node-uuid": "1.4.7",
    "nosj": "1.0.1",
    "redis": "2.6.2"
  },
  "devDependencies": {
    "code": "3.0.x",
    "coveralls": "2.11.x",
    "docco": "0.7.x",
    "eslint-config-seneca": "3.x.x",
    "eslint-plugin-hapi": "4.x.x",
    "eslint-plugin-standard": "2.x.x",
    "lab": "11.0.x",
    "seneca": "plugin",
    "pre-commit": "1.1.x",
    "seneca-entity": "1.3.x",
    "seneca-store-test": "1.0.0"
  },
  "files": [
    "README.md",
    "LICENSE",
    "redis-store.js"
  ],
  "pre-commit": [
    "test"
  ]
}
