{
  "name": "express-redis-limit-req",
  "version": "1.0.4",
  "description": "Basic rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints.",
  "main": "rateLimiter.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iamnasirudeen/express-redis-limit-req.git"
  },
  "keywords": [
    "rateLimiter",
    "express",
    "redis",
    "express-redis-limit-req"
  ],
  "author": "Olohundare Nasirudeen <naskkographics@gmail.com> (https://github.com/iamnasirudeen/express-redis-limit-req)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iamnasirudeen/express-redis-limit-req/issues"
  },
  "homepage": "https://github.com/iamnasirudeen/express-redis-limit-req#readme",
  "dependencies": {
    "redis": "^3.0.2"
  },
  "devDependencies": {}
}
