forked from hapijs/cookie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 694 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 694 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
34
35
{
"name": "hapi-auth-cookie",
"description": "Cookie authentication plugin",
"version": "7.0.0",
"repository": "git://github.com/hapijs/hapi-auth-cookie",
"main": "lib/index.js",
"keywords": [
"hapi",
"plugin",
"auth",
"cookie",
"session"
],
"engines": {
"node": ">=4.x.x"
},
"dependencies": {
"boom": "3.x.x",
"hoek": "4.x.x",
"joi": "8.x.x"
},
"peerDependencies": {
"hapi": ">=11.x.x"
},
"devDependencies": {
"code": "2.x.x",
"hapi": "15.x.x",
"lab": "10.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}