-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 826 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
{
"name": "hapi-auth-cookie-cache",
"version": "0.0.2",
"description": "hapi-auth-cookie-cache",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulovieira/hapi-auth-cookie-cache.git"
},
"keywords": [
"hapi",
"auth",
"cookie",
"cache",
"catbox",
"session"
],
"author": "Paulo Vieira <paulovieira@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulovieira/hapi-auth-cookie-cache/issues"
},
"homepage": "https://github.com/paulovieira/hapi-auth-cookie-cache#readme",
"dependencies": {
"boom": "^4.0.0",
"node-uuid": "^1.4.7"
},
"peerDependencies": {
"hapi": ">=11.x.x",
"hapi-auth-cookie": ">=6.x.x"
}
}