forked from ccarruitero/makemehapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
{
"name": "makemehapi",
"version": "5.2.2",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/makemehapi"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/hapijs/makemehapi/raw/master/LICENSE"
}
],
"bin": "./makemehapi.js",
"engines": {
"node": ">=0.10.32"
},
"description": "Self guided workshops to teach you about hapi.",
"scripts": {
"start": "node makemehapi.js"
},
"dependencies": {
"bl": "^1.0.0",
"boom": "4.x.x",
"colors-tmpl": "^1.0.0",
"combined-stream": "^1.0.5",
"form-data": "^1.0.0",
"h2o2": "5.x.x",
"handlebars": "^4.0.0",
"hapi": "15.x.x",
"hapi-auth-basic": "4.x.x",
"hyperquest": "^2.0.0",
"inert": "4.x.x",
"joi": "9.x.x",
"rot13-transform": "^1.0.0",
"through2": "^2.0.0",
"vision": "4.x.x",
"workshopper": "^2.3.1",
"workshopper-boilerplate": "^1.1.0",
"workshopper-exercise": "^2.3.0",
"workshopper-wrappedexec": "^0.1.2"
},
"peerDependencies": {},
"keywords": [
"hapijs",
"hapi"
],
"preferGlobal": true
}