forked from pelger/docker-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 968 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
36
37
38
39
40
41
42
43
{
"name": "docker-stats",
"description": "All your docker containers statistics as a stream",
"main": "stats.js",
"bind": "stats.js",
"scripts": {
"start": "./stats.js",
"test": "standard"
},
"pre-commit": "test",
"keywords": [
"docker",
"container",
"stats",
"statistics"
],
"version": "0.8.0",
"license": "MIT",
"author": "Peter Elger (http://nearform.com/)",
"contributors": [
"Peter Elger <elger.peter@gmail.com> (http://peterelger.com/)",
"Matteo Collina <matteo.collina@nearform.com>"
],
"engines": {
"node": "*"
},
"dependencies": {
"docker-allcontainers": "^0.8.0",
"minimist": "^1.1.1",
"never-ending-stream": "^2.0.0",
"pump": "^3.0.0",
"split2": "^2.2.0",
"through2": "^2.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/pelger/docker-stats.git"
},
"devDependencies": {
"pre-commit": "^1.1.3",
"standard": "^10.0.0"
}
}