forked from hapijs/hapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.22 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
{
"name": "hapi",
"description": "HTTP API Server framework",
"homepage": "http://hapijs.com",
"version": "0.13.0",
"author": "Eran Hammer <[email protected]> (http://hueniverse.com)",
"contributors": [
"Van Nguyen <[email protected]>",
"Wyatt Preul <[email protected]>"
],
"repository": "git://github.com/walmartlabs/hapi",
"main": "index",
"keywords": [
"framework",
"http",
"authentication",
"api",
"router"
],
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"hoek": "0.3.x",
"boom": "0.2.x",
"joi": "0.0.x",
"lout": "0.0.x",
"hapi-helmet": "0.0.x",
"hapi-log": "0.0.x",
"hawk": "0.6.x",
"shot": "0.0.x",
"oz": "0.0.x",
"async": "0.1.x",
"request": "2.11.x",
"formidable": "1.0.x",
"mime": "1.2.x",
"catbox": "0.1.x",
"cryptiles": "0.0.x",
"iron": "0.1.x",
"semver": "1.1.0"
},
"devDependencies": {
"mocha": "1.x.x",
"chai": "1.x.x",
"sinon": "1.x.x",
"handlebars": ">= 1.0.8",
"jade": "~0.28.1"
},
"scripts": {
"test": "make test && make unit"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/walmartlabs/hapi/raw/master/LICENSE"
}
]
}