forked from hapijs/bell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.08 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
{
"name": "bell",
"description": "Third-party login plugin for hapi",
"version": "9.4.0",
"repository": "git://github.com/hapijs/bell",
"main": "lib/index.js",
"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": {
"boom": "7.x.x",
"bounce": "1.x.x",
"cryptiles": "4.x.x",
"hoek": "6.x.x",
"joi": "14.x.x",
"wreck": "14.x.x"
},
"devDependencies": {
"code": "5.x.x",
"hapi": "17.x.x",
"hawk": "7.x.x",
"lab": "17.x.x",
"teamwork": "3.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L -m 3000",
"test-cov-html": "lab -a code -r html -o coverage.html -m 3000"
},
"license": "BSD-3-Clause"
}