-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 838 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
{
"name": "index.js",
"version": "1.0.0",
"description": "Monitor de recursos cons display de datos en pantalla oled 128x64 con un arduino con info via Serial",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MajorCrayon7047/Monitor-de-Recursos-externo.git"
},
"author": "MajorCrayon7047",
"license": "ISC",
"bugs": {
"url": "https://github.com/MajorCrayon7047/Monitor-de-Recursos-externo/issues"
},
"homepage": "https://github.com/MajorCrayon7047/Monitor-de-Recursos-externo#readme",
"dependencies": {
"diskusage-ng": "^1.0.4",
"node-os-utils": "^1.3.7",
"os-utils": "^0.0.14",
"serialport": "^10.5.0",
"systeminformation": "^5.17.8",
"windows-cpu": "^1.1.0"
}
}