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.
 
 

30 lines
715 B

{
"name": "express-limiter",
"version": "1.1.0",
"description": "rate limiter middleware for express applications",
"main": "index.js",
"author": "Dustin Diaz",
"license": "MIT",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/ded/express-limiter.git"
},
"bugs": {
"url": "https://github.com/ded/express-limiter/issues"
},
"homepage": "https://github.com/ded/express-limiter",
"devDependencies": {
"express": "4.0.0",
"redis": "~0.10.1",
"mocha": "~1.18.2",
"chai": "~1.9.1",
"sinon": "~1.9.0",
"sinon-chai": "~2.5.0",
"supertest": "~0.10.0",
"valentine": "~2.0.2",
"jshint": "~2.5.0"
}
}