-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 896 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 896 Bytes
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
{
"name": "nodezoo-metrics",
"version": "6.0.0",
"license": "MIT",
"description": "Metric collection for nodezoo",
"author": "Dean McDonnell (http://mcdonnelldean.me)",
"main": "metrics.js",
"scripts": {
"start": "node -r toolbag srv/metrics-dev.js"
},
"homepage": "https://github.com/nodezoo/nodezoo-metrics#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nodezoo/nodezoo-metrics.git"
},
"bugs": {
"url": "https://github.com/nodezoo/nodezoo-metrics/issues"
},
"keywords": [
"nodezoo",
"metrics",
"vidi",
"microservices",
"seneca"
],
"dependencies": {
"seneca": "2.0.0",
"seneca-balance-client": "0.4.0",
"seneca-mesh": "0.7.0",
"toolbag": "0.9.0",
"vidi-influx-sink": "0.2.1",
"vidi-metrics": "0.1.0",
"vidi-seneca-metrics": "0.2.0",
"vidi-toolbag-metrics": "0.2.0"
}
}