node-red-contrib-linux-network-stats
Version:
collect linux networks stats
35 lines (34 loc) • 835 B
JSON
{
"name": "node-red-contrib-linux-network-stats",
"version": "0.2.7",
"description": "collect linux networks stats",
"main": "network-stats.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frncsdrk/node-red-contrib-linux-network-stats.git"
},
"keywords": [
"node-red",
"linux",
"network",
"stats",
"performance"
],
"author": "frncsdrk",
"license": "MIT",
"bugs": {
"url": "https://github.com/frncsdrk/node-red-contrib-linux-network-stats/issues"
},
"homepage": "https://github.com/frncsdrk/node-red-contrib-linux-network-stats#readme",
"dependencies": {
"systeminformation": "^5.6.12"
},
"node-red": {
"nodes": {
"network_stats": "network-stats.js"
}
}
}