{
  "name": "redredisearch",
  "version": "0.0.1",
  "description": "Redis search for node.js powered by the RediSearch module",
  "keywords": [
    "redis",
    "search",
    "redisearch"
  ],
  "author": "Kyle Davis",
  "dependencies": {
    "redis": "^2.7.1"
  },
  "devDependencies": {
    "yargs": "^7.0.2",
    "async": "^2.3.0",
    "matcha": "^0.6.0",
    "should": "^3.3.2",
    "request": "^2.81.0",
    "express": "^4.15.3"
  },
  "main": "index",
  "repository": {
    "type": "git",
    "url": "https://github.com/stockholmux/redredisearch"
  }
}
