-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 758 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 758 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
{
"name": "hapi-request-context-2",
"version": "0.0.2",
"description": "Sets values on the CLS context for each request",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --recursive specs/"
},
"repository": {
"type": "git",
"url": "https://github.com/marcelorl/hapi-request-context-2.git"
},
"keywords": [
"hapi",
"cls",
"context"
],
"author": "Marcelo Rizzardo Lima <marcelo_rl2@hotmail.com>",
"license": "BSD",
"dependencies": {
"bluebird": "^3.5.3",
"cls-bluebird": "^2.1.0",
"cls-hooked": "^4.2.2",
"hoek": "^6.0.3"
},
"devDependencies": {
"chai": "^4.2.0",
"hapi": "^16.7.0",
"mocha": "^6.1.3"
},
"peerDependencies": {
"hapi": "> ^16.7.0"
}
}