-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.59 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.59 KB
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": "nodejs-tutorials-hapi",
"description": "Example code related to an extensive hapi series on Future Studio (https://futurestud.io)",
"version": "1.0.0",
"author": "Future Studio <info@futurestud.io>",
"bugs": "https://github.com/fs-opensource/nodejs-tutorials-hapi/issues",
"contributors": [
{
"name": "Marcus Poehls",
"email": "marcus@futurestud.io"
}
],
"dependencies": {
"bcrypt": "~5.0.0",
"bell": "~8.8.0",
"boom": "~5.2.0",
"good": "~7.3.0",
"good-console": "~6.4.0",
"good-file": "~6.0.1",
"good-squeeze": "~5.0.2",
"handlebars": "~4.5.3",
"hapi": "~16.6.2",
"hapi-auth-basic": "~4.2.0",
"hapi-auth-cookie": "~7.0.0",
"hapi-dev-errors": "~1.3.2",
"hoek": "~6.1.3",
"inert": "~4.2.1",
"joi": "~10.5.2",
"lodash": "~4.17.4",
"pug": "~2.0.0-rc.4",
"vision": "~4.1.1",
"vue": "~2.5.2",
"vue-server-renderer": "~2.5.2",
"when": "~3.7.8"
},
"devDependencies": {
"eslint": "~4.9.0",
"code": "~4.1.0",
"lab": "~14.3.1",
"eslint-config-standard": "~10.2.1",
"eslint-plugin-import": "~2.8.0",
"eslint-plugin-node": "~5.2.0",
"eslint-plugin-promise": "~3.6.0",
"eslint-plugin-standard": "~3.0.1"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://futurestud.io/tutorials/hapi-get-your-server-up-and-running",
"keywords": [
"hapi",
"node.js",
"tutorials"
],
"license": "MIT",
"repository": "https://github.com/fs-opensource/nodejs-tutorials-hapi",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}