-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 852 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
{
"name": "zipkin-instrumentation-vue-resource",
"version": "0.2.0",
"description": "Interceptor for vue-resource that instruments outgoing requests",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elgris/zipkin-instrumentation-vue-resource.git"
},
"keywords": [
"zipkin",
"tracing",
"vue"
],
"author": "elgris",
"license": "MIT",
"bugs": {
"url": "https://github.com/elgris/zipkin-instrumentation-vue-resource/issues"
},
"homepage": "https://github.com/elgris/zipkin-instrumentation-vue-resource#readme",
"devDependencies": {
"mocha": "^5.0.0",
"vue": "^2.5.13",
"vue-resource": "^1.3.6"
},
"dependencies": {
"zipkin": "^0.12.0",
"zipkin-transport-http": "^0.12.0"
}
}