suppressor
Version:
Simple module that helps limit log in requests made to an Express application.
43 lines (42 loc) • 889 B
JSON
{
"name": "suppressor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --reporter spec --ui tdd --recursive test"
},
"author": "Bryan Kizer",
"repository": {
"type": "git",
"url": "git+https://github.com/belsrc/suppressor.git"
},
"keywords": [
"express",
"request",
"throttle",
"throttling",
"limit",
"limiter",
"rate",
"ratelimit",
"requestlimit",
"security"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/belsrc/suppressor/issues"
},
"homepage": "https://github.com/belsrc/suppressor#readme",
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^2.3.3",
"supertest": "^1.1.0"
},
"dependencies": {
"bluebird": "^3.0.5",
"lodash.merge": "^3.3.2",
"mongodb": "^2.0.47",
"redis": "^2.3.0"
}
}