|
@ -1,7 +1,7 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "express-limiter", |
|
|
"name": "express-limiter", |
|
|
"version": "1.0.0", |
|
|
"version": "1.0.0", |
|
|
"description": "rate limitter middleware for express applications", |
|
|
"description": "rate limiter middleware for express applications", |
|
|
"main": "index.js", |
|
|
"main": "index.js", |
|
|
"author": "Dustin Diaz", |
|
|
"author": "Dustin Diaz", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
@ -10,12 +10,12 @@ |
|
|
}, |
|
|
}, |
|
|
"repository": { |
|
|
"repository": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "git://github.com/ded/rate-limitter.git" |
|
|
"url": "https://github.com/ded/express-limiter.git" |
|
|
}, |
|
|
}, |
|
|
"bugs": { |
|
|
"bugs": { |
|
|
"url": "https://github.com/ded/rate-limitter/issues" |
|
|
"url": "https://github.com/ded/express-limiter/issues" |
|
|
}, |
|
|
}, |
|
|
"homepage": "https://github.com/ded/rate-limitter", |
|
|
"homepage": "https://github.com/ded/express-limiter", |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"express": "~4.0.0-rc3", |
|
|
"express": "~4.0.0-rc3", |
|
|
"redis": "~0.10.1", |
|
|
"redis": "~0.10.1", |
|
@ -25,8 +25,5 @@ |
|
|
"sinon-chai": "~2.5.0", |
|
|
"sinon-chai": "~2.5.0", |
|
|
"supertest": "~0.10.0", |
|
|
"supertest": "~0.10.0", |
|
|
"valentine": "~2.0.2" |
|
|
"valentine": "~2.0.2" |
|
|
}, |
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
"valentine": "~2.0.2" |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|