-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1023 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": "monitorjs",
"version": "1.1.0",
"description": "Another tool to monitor filesystem, CPU usage and memory status in real time for several servers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Loksly/monitorjs"
},
"keywords": [
"monitor",
"fs",
"nodejs",
"realtime",
"cpu",
"filesystem",
"ram",
"memory",
"status",
"server"
],
"author": "Loksly",
"license": "MIT",
"bugs": {
"url": "https://github.com/Loksly/monitorjs/issues"
},
"homepage": "https://github.com/Loksly/monitorjs",
"dependencies": {
"angular": "^1.7.8",
"angular-animate": "^1.7.8",
"angular-route": "^1.7.8",
"bootstrap": "^4.3.1",
"express": "^4.17.1",
"jquery": "^3.4.1",
"nodejs-disks": "^0.2.1",
"popper.js": "^1.15.0",
"q": "^1.5.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.10.1"
}
}