-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 878 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
44
45
{
"name": "vtop",
"version": "0.6.1",
"description": "Wow such top. So stats",
"homepage": "http://parall.ax/vtop",
"main": "app.js",
"preferGlobal": true,
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "make test",
"precommit": "standard"
},
"standard": {
"ignore": [
"bin/vtop.js"
]
},
"bin": {
"vtop": "./bin/vtop.js"
},
"author": {
"name": "James Hall",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:MrRio/vtop.git"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"blessed": "0.1.81",
"blessed-contrib": "^4.8.18",
"commander": "2.11.0",
"drawille": "1.1.0",
"glob": "7.1.2",
"husky": "^0.14.3",
"os-utils": "0.0.14",
"read": "1.0.7",
"sudo": "1.0.3",
"use-strict": "^1.0.1"
}
}