forked from outmoded/hapijs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"name": "hapijs.com",
"version": "1.0.0",
"description": "hapijs.com",
"main": "server.js",
"dependencies": {
"async": "1.5.x",
"boom": "3.x.x",
"catbox-memory": "2.x.x",
"catbox-redis": "1.x.x",
"getconfig": "3.x.x",
"good": "7.x.x",
"good-console": "6.x.x",
"hapi": "13.x.x",
"hoek": "4.x.x",
"inert": "3.x.x",
"jade": "1.x.x",
"semver": "5.x.x",
"vision": "4.x.x",
"wreck": "7.x.x"
},
"scripts": {
"build": "make",
"start": "node server.js",
"lint:code": "eslint -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": "2.12.x",
"eslint-config-hapi": "9.x.x",
"eslint-plugin-hapi": "4.x.x",
"eslint-plugin-markdown": ">=1.0.0-beta.1 <2.0.0",
"glob-cli": "1.x.x",
"lab": "10.x.x",
"stylus": "0.54.x",
"uglify-js": "2.x.x"
}
}