{
  "name": "toa-ratelimit",
  "description": "Smart rate limiter module for toa.",
  "authors": [
    "Yan Qing <admin@zensh.com>"
  ],
  "version": "2.3.0",
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:toajs/toa-ratelimit.git"
  },
  "engines": {
    "node": ">= 4.5.0"
  },
  "homepage": "https://github.com/toajs/toa-ratelimit",
  "keywords": [
    "toa",
    "toa-module",
    "toa-middleware",
    "ratelimit",
    "redis"
  ],
  "dependencies": {
    "thunk-ratelimiter": "^3.0.0"
  },
  "devDependencies": {
    "standard": "^11.0.1",
    "supertest": "^3.0.0",
    "thunk-redis": "^2.1.6",
    "thunks": "^4.9.2",
    "tman": "^1.7.4",
    "toa": "^3.2.1"
  },
  "scripts": {
    "test": "standard && tman"
  },
  "files": [
    "README.md",
    "index.js"
  ]
}
