wellness-linux-cpu
Version:
Wellness module to check linux CPU usage.
36 lines (35 loc) • 797 B
JSON
{
"name": "wellness-linux-cpu",
"version": "1.0.0",
"description": "Wellness module to check linux CPU usage.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Close5/wellness-linux-cpu.git"
},
"keywords": [
"health",
"check",
"wellness",
"cpu",
"linux"
],
"author": "Edmond Meinfelder",
"license": "MIT",
"bugs": {
"url": "https://github.com/Close5/wellness-linux-cpu/issues"
},
"homepage": "https://github.com/Close5/wellness-linux-cpu#readme",
"dependencies": {
"cpu-load": "^1.0.0",
"debug": "^2.2.0",
"inspect-1-line": "^1.0.4",
"is2": "^1.0.9"
},
"devDependencies": {
"wellness": "^4.0.1"
}
}