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.
32 lines
742 B
32 lines
742 B
{
|
|
"name": "express-limiter",
|
|
"version": "1.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": {
|
|
"express": "~4.0.0-rc3",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"valentine": "~2.0.2"
|
|
}
|
|
}
|
|
|