{
  "name": "fast-ratelimit",
  "description": "Fast and efficient in-memory rate-limit for Node, used to alleviate severe DOS attacks.",
  "version": "3.0.1",
  "homepage": "https://github.com/valeriansaliou/node-fast-ratelimit",
  "license": "MIT",
  "author": {
    "name": "Valerian Saliou",
    "email": "valerian@valeriansaliou.name",
    "url": "https://valeriansaliou.name/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/valeriansaliou/node-fast-ratelimit.git"
  },
  "bugs": {
    "url": "https://github.com/valeriansaliou/node-fast-ratelimit/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/valeriansaliou/node-fast-ratelimit/blob/master/LICENSE"
    }
  ],
  "main": "lib/fast_ratelimit",
  "engines": {
    "node": ">= 6.0.0"
  },
  "scripts": {
    "test": "check-build && istanbul cover _mocha"
  },
  "devDependencies": {
    "check-build": "2.8.2",
    "mocha": "3.4.2",
    "mocha-lcov-reporter": "1.3.0",
    "istanbul": "0.4.5"
  },
  "keywords": [
    "ratelimit",
    "rate-limit",
    "rate",
    "limit",
    "attack",
    "flood",
    "security",
    "dos",
    "ddos"
  ]
}
