forked from rapid7/docker-logentries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 695 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 695 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
{
"name": "docker-logentries",
"version": "0.6.0",
"description": "Forward all logs from all running docker containers to Logentries",
"repository": {
"type": "git",
"url": "https://github.com/nearform/docker-logentries.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Matteo Collina <matteo.collina@nearform.com>",
"license": "MIT",
"dependencies": {
"docker-allcontainers": "^0.4.0",
"docker-event-log": "^0.1.2",
"docker-loghose": "^0.6.0",
"docker-stats": "^0.5.0",
"dockerode": "^2.2.2",
"end-of-stream": "^1.1.0",
"minimist": "^1.1.1",
"through2": "^0.6.5"
}
}