forked from sematext/sematext-agent-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.89 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "sematext-agent-docker",
"version": "1.30.25",
"description": "Sematext Docker Agent - Metrics and Log Collection Agent for Docker",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"bin": {
"sematext-agent-docker": "lib/index.js",
"docker-info": "bin/docker-info.js",
"spm-client-diagnostics": "bin/spm-client-diagnostics.js"
},
"scripts": {
"test": "mocha test/test.js",
"doc": "doxx --source . -i node_modules,spmlog,spmdb -t \"SPM Agent\" ./docs"
},
"repository": {
"type": "git",
"url": "https://github.com/sematext/sematext-agent-docker.git"
},
"keywords": [
"SPM",
"APM",
"application performance monitoring",
"Sematext",
"performance monitoring",
"monitoring",
"alerting",
"anomaly detection",
"heartbeat",
"metrics",
"custom metrics",
"devops",
"operations",
"dashboards",
"profiling",
"docker",
"agent",
"logging"
],
"author": "Sematext Group, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sematext/sematext-agent-docker/issues"
},
"homepage": "http://www.sematext.com",
"dependencies": {
"@sematext/logagent": "^2.0.26",
"adm-zip": "^0.4.7",
"docker-allcontainers": "^0.6.1",
"docker-events": "^0.0.2",
"docker-loghose": "github:megastef/docker-loghose",
"docker-stats": "^0.7.0",
"dockerode": "^2.2.8",
"flat": "^1.5.1",
"line-delimited-json": "megastef/line-delimited-json",
"lodash": "^3.10.1",
"logsene-js": "^1.1.23",
"ls": "^0.1.0",
"measured": "^1.0.1",
"minimist": "^1.2.0",
"moment": "^2.14.1",
"request": "^2.74.0",
"spm-agent": "^1.30.3",
"spm-agent-os": "^1.30.8",
"spm-metrics-js": "^1.0.7",
"through2": "^2.0.1",
"which": "^1.0.9",
"winston": "^1.0.1"
},
"devDependencies": {
"doxx": "^1.2.6",
"mocha": "^2.2.1"
}
}