-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 887 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": "microservice-chain-logger",
"version": "1.2.0",
"description": "JSON logger for microservices with bundled Correlation ID and http-server access logging",
"main": "index.js",
"scripts": {
"test": "./node_modules/jasme/run.js ./test.js"
},
"author": "Konstantin Pogorelov <or@pluseq.com>",
"license": "MIT",
"dependencies": {
"basic-auth": "^1.1.0",
"on-finished": "^2.3.0",
"uuid": "^3.0.1"
},
"keywords": [
"logging",
"json",
"correlation",
"access log",
"express"
],
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"coveralls": "^2.11.15",
"eslint": "^3.12.2",
"express": "^4.14.0",
"istanbul": "^0.4.5",
"jasme": "^5.2.0",
"supertest": "^2.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/jochen-schweizer/microservice-chain-logger.git"
}
}