Our fork of express-limiter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
508 B

{
"name": "rate-limitter",
"version": "0.0.0",
"description": "rate limitter middleware for express applications",
"main": "index.js",
"author": "Dustin Diaz",
"license": "MIT",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/ded/rate-limitter.git"
},
"bugs": {
"url": "https://github.com/ded/rate-limitter/issues"
},
"homepage": "https://github.com/ded/rate-limitter",
"devDependencies": {
"mocha": "~1.18.2"
}
}