forked from suguru/node-stat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 974 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
{
"name": "theeye-node-stat",
"version": "0.4.0",
"description": "the statistics tool like dstat which outputs JSON. This module works with Linux >= 2.6 and Win32",
"keywords": [
"stat",
"dstat",
"statistics"
],
"main": "index.js",
"bin": {
"nodestat": "bin/cli-wrapper.js"
},
"repository": {
"type": "git",
"url": "git://github.com/theeye-io/node-stat.git"
},
"bugs": "https://github.com/theeye-io/node-stat/issues",
"homepage": "https://github.com/theeye-io/node-stat",
"dependencies": {
"cli-color": "1.1.0",
"commander": "2.9.0",
"diskusage": "~1.1.3"
},
"os": [
"linux",
"win64",
"win32"
],
"author": "TheEye, extended from Suguru Namura <[email protected]> lib https://www.npmjs.com/package/node-stat",
"contributors": [
"Suguru Namura <[email protected]>",
"Facundo Gonzalez <[email protected]>",
"Javier Ailbirt <[email protected]>"
],
"license": "MIT"
}