{
  "name": "loopback-connector-redis",
  "version": "3.0.0",
  "description": "The official Redis connector for the LoopBack Framework.",
  "engines": {
    "node": ">=4"
  },
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "mocha --exit",
    "posttest": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strongloop/loopback-connector-redis.git"
  },
  "keywords": [
    "connector",
    "data source",
    "datasource",
    "loopback",
    "loopback-connector",
    "loopback connector",
    "redis"
  ],
  "author": "StrongLoop <callback@strongloop.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/strongloop/loopback-connector-redis/issues"
  },
  "homepage": "https://github.com/strongloop/loopback-connector-redis#readme",
  "devDependencies": {
    "bluebird": "^3.5.1",
    "eslint": "^2.13.1",
    "eslint-config-loopback": "^4.0.0",
    "loopback-datasource-juggler": "^3.0.0",
    "mocha": "^5.2.0",
    "should": "~8.0.2"
  },
  "dependencies": {
    "async": "^2.6.1",
    "redis": "^2.8.0",
    "strong-globalize": "^4.1.1"
  }
}
