UNPKG

node-red-contrib-cpu

Version:
28 lines (26 loc) 763 B
{ "name" : "node-red-contrib-cpu", "version" : "0.0.4", "description" : "A Node Red node to monitor CPU usage", "dependencies": { "systeminformation": ">=3.48.4" }, "author": { "name": "Bart Butenaers" }, "license": "Apache-2.0", "keywords": [ "node-red", "cpu", "performance", "core", "temperature", "load" ], "bugs": { "url": "https://github.com/bartbutenaers/node-red-contrib-cpu/issues" }, "homepage": "https://github.com/bartbutenaers/node-red-contrib-cpu", "repository": { "type": "git", "url": "https://github.com/bartbutenaers/node-red-contrib-cpu.git" }, "node-red" : { "nodes": { "cpu": "cpu.js" } } }