forked from aksakalli/gtop
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 795 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
{
"name": "gtop",
"version": "0.1.5",
"description": "graphic top",
"main": "./index.js",
"bin": {
"gtop": "./bin/gtop"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./bin/gtop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aksakalli/gtop.git"
},
"keywords": [
"system",
"monitoring",
"top",
"chart",
"monitor",
"dashboard",
"os"
],
"author": "aksakalli",
"license": "MIT",
"bugs": {
"url": "https://github.com/aksakalli/gtop/issues"
},
"homepage": "https://github.com/aksakalli/gtop#readme",
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.7.5",
"systeminformation": "^3.25.1"
},
"engines": {
"node": ">=4.0.0"
}
}