forked from outmoded/hapijs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 940 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
{
"name": "hapijs.com",
"version": "1.0.0",
"description": "hapijs.com",
"main": "server.js",
"dependencies": {
"async": "0.9.x",
"boom": "2.x.x",
"catbox-memory": "^1.1.1",
"catbox-redis": "^1.0.4",
"getconfig": "1.x.x",
"good": "^5.0.0",
"good-console": "^3.0.1",
"hapi": "8.x.x",
"hoek": "2.x.x",
"jade": "1.x.x",
"wreck": "5.x.x"
},
"scripts": {
"build": "make",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/hapijs/hapijs.com.git"
},
"author": "&yet <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hapijs/hapijs.com/issues"
},
"homepage": "https://github.com/hapijs/hapijs.com",
"devDependencies": {
"building-static-server": "git+https://github.com/nlf/building-static-server#hapi8",
"glob-cli": "^1.0.0",
"stylus": "^0.49.3",
"uglify-js": "^2.4.15"
}
}