-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 710 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 710 Bytes
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
{
"name": "tokenthrottle-redis",
"version": "1.2.0",
"description": "A Redis-backed tokenthrottle implementation. See http://npm.im/tokenthrottle",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"tokenthrottle": "~1.3.0",
"redis": "~2.4.2"
},
"devDependencies": {
"tape": "~4.4.0"
},
"scripts": {
"test": "node test/"
},
"repository": {
"type": "git",
"url": "git@github.com:brycebaril/node-tokenthrottle-redis.git"
},
"keywords": [
"throttle",
"ratelimit",
"redis"
],
"author": "Bryce B. Baril",
"license": "MIT",
"bugs": {
"url": "https://github.com/brycebaril/node-tokenthrottle-redis/issues"
}
}