This repository has been archived by the owner on Jul 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 268
/
package.json
65 lines (65 loc) · 1.64 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "hapijs.com",
"version": "1.0.0",
"description": "hapijs.com",
"main": "server.js",
"nodemonConfig": {
"events": {
"start": "make",
"restart": "make"
}
},
"dependencies": {
"@hapi/bourne": "^1.3.2",
"boom": "7.x.x",
"catbox-memory": "3.x.x",
"catbox-redis": "4.x.x",
"cron": "^1.7.1",
"debug": "^3.1.0",
"delay": "^2.0.0",
"getconfig": "4.x.x",
"good": "8.x.x",
"good-console": "7.x.x",
"hapi": "17.x.x",
"hoek": "5.x.x",
"inert": "5.x.x",
"p-do-whilst": "^0.1.0",
"p-limit": "^1.2.0",
"pug": "^2.0.0-rc.4",
"redis": "^2.8.0",
"semver": "5.x.x",
"vision": "5.x.x",
"wreck": "14.x.x"
},
"scripts": {
"build": "make",
"start": "node server.js",
"dev": "DEBUG=* nodemon -e js,json,styl server.js",
"lint:code": "eslint -c eslint-config-hapi .",
"lint:fix": "eslint --fix -c eslint-config-hapi .",
"lint:tutorials": "eslint --ext .md lib/tutorials",
"test": "npm run lint:code && npm run lint:tutorials"
},
"repository": {
"type": "git",
"url": "git://github.com/hapijs/hapijs.com.git"
},
"author": "&yet <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/hapijs/hapijs.com/issues"
},
"homepage": "https://github.com/hapijs/hapijs.com",
"devDependencies": {
"building-static-server": "3.x.x",
"eslint": "4.x.x",
"eslint-config-hapi": "^11.1.0",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"glob-cli": "1.x.x",
"lab": "15.x.x",
"nodemon": "^1.14.11",
"stylus": "0.54.x",
"supports-color": "^5.1.0",
"uglify-js": "2.x.x"
}
}