forked from outmoded/hapijs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
{
"name": "hapijs.com",
"version": "1.0.0",
"description": "hapijs.com",
"main": "server.js",
"dependencies": {
"boom": "7.x.x",
"catbox-memory": "3.x.x",
"catbox-redis": "4.x.x",
"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",
"semver": "5.x.x",
"vision": "5.x.x",
"wreck": "14.x.x"
},
"scripts": {
"build": "make",
"start": "node server.js",
"dev": "DEBUG=* nodemon 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"
}
}