forked from AfterShip/rate-limiter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.08 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "rate-limiter",
"description": "Rate limit for Node.js, with ioredis client",
"version": "2.0.4",
"homepage": "https://github.com/AfterShip/rate-limiter",
"author": {
"name": "AfterShip",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/AfterShip/rate-limiter.git"
},
"bugs": {
"url": "https://github.com/AfterShip/rate-limiter/issues"
},
"main": "./lib/index",
"engines": {
"node": ">= 2.0.0"
},
"scripts": {
"test": "grunt lint && grunt coverage"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^1.10.3",
"eslint-config-aftership": "^1.5.0",
"grunt": "^0.4.5",
"grunt-eslint": "^17.3.1",
"grunt-mocha-istanbul": "^3.0.1",
"ioredis": "^1.14.0",
"istanbul": "^0.4.1",
"load-grunt-config": "^0.19.1",
"mocha": "^2.3.4"
},
"keywords": [
"redis rate limiter",
"redis rate limit",
"redis limiter",
"rate",
"ratelimiter",
"ratelimit",
"limiter",
"limit"
],
"license": "MIT",
"private": false
}