{
  "name": "my-test-project",
  "description": "Redis connection and PUBSUB subscription manager for node. Built for performance, powered by ioredis.",
  "version": "1.0.0",
  "main": "lib/index.js",
  "author": "Mike Diarmid",
  "license": "MIT",
  "engines": {
    "node": ">=4.3"
  },
  "keywords": [
    "redis",
    "redis-cluster",
    "cluster",
    "scheduler",
    "scheduling",
    "waterline",
    "sails",
    "cache",
    "throttle",
    "throttling",
    "timeseries",
    "autocomplete",
    "indexes",
    "indices",
    "lock",
    "redlock",
    "lua",
    "ioredis"
  ],
  "dependencies": {
    "redibox-hook-schedule": "^2.0.0-rc.3",
    "bluebird": "^3.3.5",
    "cuid": "^1.3.8",
    "eventemitter3": "^1.2.0",
    "ioredis": "^2.0.0-rc3",
    "winston": "^2.2.0"
  }
}
