forked from ccarruitero/makemehapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 929 Bytes
/
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
{
"name": "makemehapi",
"version": "0.2.4",
"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.x"
},
"description": "Self guided workshops to teach you about hapi.",
"scripts": {
"start": "node makemehapi.js"
},
"dependencies": {
"bl": "^0.8.0",
"colors-tmpl": "0.1.0",
"form-data": "^0.1.4",
"handlebars": "2.x.x",
"hapi": "6.x.x",
"hyperquest": "0.1.x",
"joi": "4.x.x",
"rot13-stream": "0.0.1",
"through2": "^0.4.1",
"workshopper": "^1.0.0-alpha07",
"workshopper-boilerplate": "0.0.1",
"workshopper-exercise": "0.2.x",
"workshopper-wrappedexec": "0.1.x"
},
"peerDependencies": {},
"keywords": [
"hapijs",
"hapi"
]
}