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.
 
 

31 lines
802 B

{
"name": "dtp-express-limiter",
"version": "1.6.1",
"description": "rate limiter middleware for express applications",
"main": "index.js",
"author": "Digital Telepresence, LLC",
"license": "MIT",
"private": true,
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://gitlab.digitaltelepresence.com/dtp-meet/dtp-express-limiter/"
},
"bugs": {
"url": "https://gitlab.digitaltelepresence.com/dtp-meet/dtp-express-limiter/-/issues"
},
"homepage": "https://digitaltelepresence.com",
"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"
}
}