-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.19 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.19 KB
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
{
"name": "systempanel",
"description": "System Informations Panel with Widgets",
"version": "0.6.0",
"keywords": ["system", "info", "panel", "raspberry", "pi", "rpi-systempanel", "widgets"],
"scripts": {
"start": "node app.js"
},
"author": {
"name": "Matteo Bruni",
"email": "ar3shack@gmail.com"
},
"private": true,
"dependencies": {
"express": "*",
"socket.io": "*",
"url": "*",
"path": "*",
"crypto": "*",
"jade": "*",
"stylus": "*",
"nib": "*",
"spw-cpu_graph": "Ar3sDevelopment/spw-cpu_graph",
"spw-disks": "Ar3sDevelopment/spw-disks",
"spw-memory": "Ar3sDevelopment/spw-memory",
"spw-network": "Ar3sDevelopment/spw-network",
"spw-power": "Ar3sDevelopment/spw-power",
"spw-process": "Ar3sDevelopment/spw-process",
"spw-processor": "Ar3sDevelopment/spw-processor",
"spw-ram_graph": "Ar3sDevelopment/spw-ram_graph",
"spw-raspistill": "Ar3sDevelopment/spw-raspistill",
"spw-system": "Ar3sDevelopment/spw-system",
"spw-temp_graph": "Ar3sDevelopment/spw-temp_graph",
"spw-terminal": "Ar3sDevelopment/spw-terminal",
"spw-transmission": "Ar3sDevelopment/spw-transmission",
"spw-updates": "Ar3sDevelopment/spw-updates",
"spw-usb": "Ar3sDevelopment/spw-usb"
}
}