forked from CloudNativeJS/appmetrics-zipkin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 921 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
{
"name": "appmetrics-zipkin",
"version": "1.1.1",
"description": "Zipkin support for appmetrics.",
"main": "index.js",
"dependencies": {
"properties-reader": "0.0.16",
"tcp-ping": "^0.1.1",
"zipkin": "0.10.1",
"zipkin-context-cls": "0.6.1",
"zipkin-transport-http": "0.10.1"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^3.14.1",
"eslint-config-strongloop": "^2.1.0",
"mocha": "^5.2.0",
"request-promise-native": "1.0.5",
"sinon": "^6.1.3",
"tap": "^10.0.1"
},
"scripts": {
"test": "npm run test:unit && npm run test:integration",
"test:unit": "mocha test/unit/",
"test:integration": "mocha -t 3000 test/integration/",
"pretest": "eslint .",
"pretravis": "eslint .",
"travis": ""
},
"repository": {
"type": "git",
"url": "https://github.com/RuntimeTools/appmetrics-zipkin.git"
},
"license": "Apache-2.0"
}