-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
45 lines (45 loc) · 903 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "patova",
"version": "3.0.0",
"description": "A limitd plugin for hapi.js",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/dschenkelman/patova.git"
},
"keywords": [
"limitd",
"hapi"
],
"author": "Auth0",
"license": "MIT",
"bugs": {
"url": "https://github.com/dschenkelman/patova/issues"
},
"homepage": "https://github.com/dschenkelman/patova",
"dependencies": {
"boom": "^2.6.1",
"joi": "^7.0.1",
"limitd-client": "^2.13.2"
},
"devDependencies": {
"async": "^2.1.4",
"chai": "^2.1.0",
"hapi": "^17.0.0",
"js-yaml": "^3.2.7",
"limitd": "^5.5.1",
"mocha": "^2.1.0",
"request": "^2.81.0",
"rimraf": "^2.3.1",
"xtend": "^4.0.0"
},
"peerDependencies": {
"hapi": ">=17.x.x"
},
"engines": {
"node": ">=8.9.0"
}
}