forked from hapijs/hapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·67 lines (67 loc) · 1.29 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
66
67
{
"name": "hapi",
"description": "HTTP Server framework",
"homepage": "http://hapijs.com",
"version": "1.0.0",
"author": "Eran Hammer <[email protected]> (http://hueniverse.com)",
"contributors": [
{
"name": "Van Nguyen",
"email": "[email protected]"
},
{
"name": "Wyatt Preul",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/spumko/hapi"
},
"main": "index",
"keywords": [
"framework",
"http",
"api",
"router"
],
"engines": {
"node": "0.10.x"
},
"dependencies": {
"hoek": "0.8.x",
"boom": "0.4.x",
"joi": "0.3.x",
"catbox": "0.5.x",
"hawk": "0.13.x",
"shot": "0.2.x",
"cryptiles": "0.2.x",
"iron": "0.3.x",
"async": "0.2.x",
"request": "2.21.x",
"formidable": "1.0.x",
"mime": "1.2.x",
"lru-cache": "2.3.x",
"optimist": "0.4.x",
"negotiator": "0.2.x",
"semver": "1.1.x"
},
"devDependencies": {
"lab": "0.1.x",
"handlebars": "1.0.x",
"jade": "0.30.x",
"complexity-report": "0.x.x"
},
"bin": {
"hapi": "./bin/hapi"
},
"scripts": {
"test": "make test-cov"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/spumko/hapi/raw/master/LICENSE"
}
]
}