{
  "name": "redis-collections",
  "version": "0.0.39",
  "description": "Collection based views for Redis",
  "main": "lib/index.js",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha \"test/**/basic.spec.js\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tamasmajer/redis-collections.git"
  },
  "keywords": [
    "redis",
    "node_redis",
    "object",
    "collection",
    "datastore",
    "mapping",
    "simple",
    "abstraction",
    "layer"
  ],
  "author": "Tamas Majer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tamasmajer/redis-collections/issues"
  },
  "homepage": "https://github.com/tamasmajer/redis-collections#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "fakeredis": "^1.0.3",
    "mocha": "^3.2.0"
  },
  "dependencies": {
    "debug": "^2.6.0"
  }
}
