-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 934 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 934 Bytes
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
{
"name": "good-apache-log",
"version": "2.0.1",
"description": "Apache \"combined\" log files for Hapi",
"main": "index.js",
"scripts": {
"test": "lab --timeout 5000 --threshold 40 -v -a code"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhs/good-apache-log.git"
},
"keywords": [
"hapi",
"good",
"apache",
"combined",
"log"
],
"author": "Jason Smith <jason.h.smith@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jhs/good-apache-log/issues"
},
"homepage": "https://github.com/jhs/good-apache-log#readme",
"dependencies": {
"debug": "^2.2.0",
"good-squeeze": "^2.1.0",
"hoek": "^2.14.0",
"joi": "^6.6.1",
"moment": "^2.10.6"
},
"peerDependencies": {
"good": ">= 7.x.x"
},
"devDependencies": {
"code": "^1.5.0",
"good": "^7.0.1",
"hapi": "^13.4.1",
"lab": "^10.7.1"
}
}