forked from outmoded/university
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 873 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": "hapijs-university",
"version": "1.0.9",
"description": "learning ethic",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node lib/start.js",
"test": "lab -t 100 -L -v"
},
"repository": {
"type": "git",
"url": "git://github.com/hapijs/university.git"
},
"keywords": [
"hapijs",
"hapi",
"javascript",
"learn",
"learning"
],
"author": "contributors",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/hapijs/university/issues"
},
"homepage": "https://github.com/hapijs/university#readme",
"dependencies": {
"boom": "7.x.x",
"catbox-redis": "4.x.x",
"cryptiles": "4.x.x",
"hapi": "17.x.x",
"hapi-auth-bearer-token": "6.x.x",
"hoek": "6.x.x"
},
"devDependencies": {
"code": "5.x.x",
"lab": "18.x.x"
}
}