-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "express-gateway-plugin-jaeger",
"version": "0.0.1",
"description": "Jaeger Client implementation plugin for express-gateway-jaeger.",
"main": "manifest.js",
"scripts": {
"test": "jest --env node",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tagkiller/express-gateway-plugin-jaeger.git"
},
"keywords": [
"express",
"gateway",
"express-gateway",
"jaeger",
"client",
"opentracing"
],
"author": "Younes Baddich",
"license": "ISC",
"bugs": {
"url": "https://github.com/tagkiller/express-gateway-plugin-jaeger/issues"
},
"homepage": "https://github.com/tagkiller/express-gateway-plugin-jaeger#readme",
"devDependencies": {
"@types/json-schema": "^7.0.3",
"axios": "^0.18.0",
"express": "^4.16.4",
"express-gateway": "^1.15.0",
"jest": "^24.5.0",
"semantic-release": "^15.13.3"
},
"dependencies": {
"jaeger-client": "^3.15.0",
"opentracing": "^0.14.4",
"prom-client": "^11.5.3"
}
}