forked from pimatic/pimatic-sysinfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 976 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": "pimatic-sysinfo",
"description": "pimatic plugin for displaying cpu, memory usage and temperature of the raspberry pi.",
"author": "Oliver Schneider <[email protected]> (http://pimatic.org)",
"main": "sysinfo",
"files": [
"sysinfo.coffee",
"README.md",
"sysinfo-config-schema.coffee",
"device-config-schema.coffee",
"icon.svg"
],
"version": "0.8.13",
"homepage": "http://github.com/pimatic/pimatic-sysinfo",
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-sysinfo.git"
},
"configSchema": "sysinfo-config-schema.coffee",
"icon": "icon.svg",
"keywords": [
"pimatic",
"devices",
"system info",
"sysinfo",
"cpu",
"memory",
"diskspace"
],
"dependencies": {
"nsutil": "git+https://github.com/sweetpi/nsutil.git#master"
},
"peerDependencies": {
"pimatic": "0.8.*"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}