-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 835 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
{
"name": "hapi-auth-signature",
"description": "Signature authentication plugin that wraps https://github.com/joyent/node-http-signature",
"version": "2.1.2",
"author": "Anthony Bouch <[email protected]> (http://www.58bits.com)",
"repository":
{
"type": "git"
,"url": "git://github.com/58bits/hapi-auth-signature"
},
"main": "index",
"keywords": [
"hapi",
"plugin",
"auth",
"signature"
],
"engines": {
"node": ">=0.10.32"
},
"dependencies": {
"boom": "2.x.x",
"hoek": "2.x.x",
"http-signature": "0.11.*"
},
"peerDependencies": {
"hapi": ">=8.x.x"
},
"devDependencies": {
"hapi": "8.x.x",
"lab": "5.x.x"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/58bits/hapi-auth-signature/raw/master/LICENSE"
}
]
}