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.

32 lines
802 B

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