-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "learn-hapi",
"version": "17.2.0",
"description": "Learn to build Web Applications & APIs using Hapi.js",
"main": "index.js",
"scripts": {
"test": "./node_modules/lab/bin/lab -c && ./node_modules/lab/bin/lab -r lcov -o coverage/lcov.info",
"start": "node index.js",
"coverage": "./node_modules/lab/bin/lab -r html -o ./coverage/index.html && open ./coverage/index.html"
},
"repository": {
"type": "git",
"url": "git://github.com/dwyl/learn-hapi.git"
},
"keywords": [
"learn",
"hapi",
"how-to",
"introduction",
"tutorial"
],
"author": "@nelsonic & Friends!",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/dwyl/learn-hapi/issues"
},
"homepage": "https://github.com/dwyl/learn-hapi",
"dependencies": {
"bell": "^10.0.0",
"boom": "^7.1.1",
"good": "^8.1.0",
"good-console": "^8.0.0",
"good-squeeze": "^5.0.2",
"handlebars": "^4.0.11",
"hapi": "^18.1.0",
"inert": "^5.1.0",
"joi": "^14.0.0",
"socket.io": "^2.0.4",
"vision": "^5.3.1"
},
"devDependencies": {
"code": "^5.2.0",
"lab": "^18.0.0"
}
}