{
  "name": "rate-limit-redis",
  "version": "1.7.0",
  "description": "Provides a Redis store for the express-rate-limit RateLimit middleware.",
  "main": "lib/redis-store.js",
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wyattjoh/rate-limit-redis.git"
  },
  "author": "Wyatt Johnson <wyattjoh@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wyattjoh/rate-limit-redis/issues"
  },
  "homepage": "https://github.com/wyattjoh/rate-limit-redis#readme",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-cli": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-cli": "^2.1.0",
    "jshint-stylish": "^2.1.0",
    "load-grunt-tasks": "^3.4.0",
    "supertest": "^1.1.0",
    "time-grunt": "^1.3.0"
  },
  "dependencies": {
    "defaults": "^1.0.3",
    "redis": "^2.8.0"
  }
}
