forked from opentable/hapi-ot-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 943 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
{
"name": "hapi-ot-logger",
"version": "3.2.1",
"description": "logger conforming to ot standards",
"main": "index.js",
"scripts": {
"lint": "eslint ./",
"test": "npm run lint && mocha ./tests --reporter spec --timeout 5s"
},
"repository": {
"type": "git",
"url": "[email protected]:opentable/hapi-ot-logger.git"
},
"keywords": [
"hapi"
],
"author": "Arnold Zokas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentable/hapi-ot-logger/issues"
},
"homepage": "https://github.com/opentable/hapi-ot-logger",
"devDependencies": {
"eslint": "^2.13.1",
"eslint-config-defaults": "^9.0.0",
"espree": "^3.1.6",
"expect.js": "^0.3.1",
"mocha": "^2.5.3",
"rewire": "^2.5.2"
},
"dependencies": {
"hoek": "^2.7.0",
"joi": "^4.7.0",
"json-stringify-safe": "^5.0.0",
"lodash.once": "^3.0.0",
"redis": "^0.12.1"
}
}