forked from uschmann/zipkin-instrumentation-axios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 819 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
{
"name": "zipkin-instrumentation-axios",
"version": "0.1.0",
"description": "Wrapper to instrument the axios HTTP-client",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uschmann/zipkin-instrumentation-axios.git"
},
"keywords": [
"zipkin",
"instrumemtation",
"http",
"client",
"axios",
"npm"
],
"author": "Andre Uschmann <mail@andre-uschmann.de> (http://andre-uschmann.de)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/uschmann/zipkin-instrumentation-axios/issues"
},
"homepage": "https://github.com/uschmann/zipkin-instrumentation-axios#readme",
"dependencies": {
"axios": "^0.15.3",
"zipkin": "^0.12.0"
}
}