forked from express-rate-limit/rate-limit-redis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 944 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "rate-limit-redis",
"version": "1.6.0",
"description": "Provides a Redis store for the express-rate-limit RateLimit middleware.",
"main": "lib/redis-store.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wyattjoh/rate-limit-redis.git"
},
"author": "Wyatt Johnson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wyattjoh/rate-limit-redis/issues"
},
"homepage": "https://github.com/wyattjoh/rate-limit-redis#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-cli": "^2.1.0",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.4.0",
"supertest": "^1.1.0",
"time-grunt": "^1.3.0"
},
"dependencies": {
"defaults": "^1.0.3"
}
}