-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "hapi-ratelimit",
"version": "0.2.2",
"description": "A rate limiting plugin for HAPI.",
"main": "index.js",
"scripts": {
"test": "gulp lint"
},
"keywords": [
"rate-limit",
"rate",
"limit",
"HAPI",
"REST"
],
"author": "Aaron Elligsen (https://github.com/cl-aaron, https://github.com/hath995)",
"license": "MIT",
"dependencies": {
"boom": "^2.6.1",
"hoek": "~2.3.0",
"ratelimiter": "~2.0.0",
"redis": "~0.10.0"
},
"devDependencies": {
"async": "~0.6.2",
"confidence": ">=0.12.1",
"gulp": "^3.9.0",
"gulp-diff": ">=0.1.4",
"gulp-eslint": ">=0.1.7",
"gulp-jsbeautifier": "0.0.2",
"hapi": ">=8.0.0",
"minimist": "^0.1.0",
"mocha": "~1.18.2",
"moment": "~2.5.1",
"simple-ansi": "0.0.1",
"supertest": "~0.8.3"
},
"repository": {
"type": "git",
"url": "git://github.com/creativelive/hapi-ratelimit.git"
},
"bugs": {
"url": "https://github.com/creativelive/hapi-ratelimit/issues"
},
"homepage": "https://github.com/creativelive/hapi-ratelimit"
}