{
  "name": "ioredisgraph",
  "version": "3.0.0",
  "description": "Node.js client for RedisGraph, using the ioredis module. Supports promises and transactions",
  "main": "index.js",
  "scripts": {
    "test": "ava",
    "dev": "ava --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Jonahss/ioredisgraph.git"
  },
  "keywords": [
    "redis",
    "redisgraph",
    "ioredis"
  ],
  "author": "jonahss",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Jonahss/ioredisgraph/issues"
  },
  "homepage": "https://github.com/Jonahss/ioredisgraph#readme",
  "dependencies": {
    "camelcase": "^5.3.1",
    "ioredis": "^4.14.1",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "ava": "^3.1.0"
  }
}
