forked from hapijs/bell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.24 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@hapi/bell",
"description": "Third-party login plugin for hapi",
"version": "12.0.1",
"repository": "git://github.com/hapijs/bell",
"main": "lib/index.js",
"engines": {
"node": ">=12.0.0"
},
"files": [
"lib"
],
"keywords": [
"hapi",
"login",
"authentication",
"oauth",
"plugin",
"auth0",
"arcgisonline",
"bitbucket",
"dropbox",
"facebook",
"fitbit",
"foursquare",
"github",
"gitlab",
"google",
"instagram",
"medium",
"linkedin",
"live",
"meetup",
"nest",
"phabricator",
"office365",
"okta",
"reddit",
"spotify",
"tumblr",
"twitter",
"vk",
"wordpress",
"yahoo"
],
"dependencies": {
"@hapi/boom": "9.x.x",
"@hapi/bounce": "2.x.x",
"@hapi/cryptiles": "^5.1.0",
"@hapi/hoek": "9.x.x",
"@hapi/joi": "17.x.x",
"@hapi/wreck": "17.x.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/hapi": "19.x.x",
"@hapi/hawk": "8.x.x",
"@hapi/lab": "22.x.x",
"@hapi/teamwork": "4.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -m 3000",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html -m 3000"
},
"license": "BSD-3-Clause"
}