-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 969 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
{
"name": "node-red-contrib-os",
"version": "0.2.1",
"description": "Node-Red nodes for obtaining cpu system information.",
"main": "os/os.js",
"dependencies": {
"node-disk-info": "^1.3.0",
"loadavg-windows": "^1.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Argonne-National-Laboratory/node-red-contrib-os.git"
},
"keywords": [
"node-red",
"operating system",
"network interface",
"cpu",
"memory",
"os",
"hard drive space",
"system information"
],
"node-red": {
"nodes": {
"os": "os/os.js"
}
},
"author": "Jason D. Harper",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Argonne-National-Laboratory/node-red-contrib-os/issues"
},
"homepage": "https://github.com/Argonne-National-Laboratory/node-red-contrib-os#readme"
}