munin-flower-power
Version:
Munin plugin to graph a Flower Power's plant information
39 lines • 976 B
JSON
{
"name": "munin-flower-power",
"description": "Munin plugin to graph a Flower Power's plant information",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "https://github.com/rpardini/munin-flower-power.git"
},
"keywords": [
"munin",
"graphs",
"Parrot",
"Flower",
"Power",
"Flower Power"
],
"author": {
"name": "Ricardo Pardini",
"email": "pardini@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rpardini/munin-flower-power/issues"
},
"bin": {
"munin-flower-power": "bin/munin-flower-power.js"
},
"dependencies": {
"flower-power": "~0.0.1",
"munin-plugin": "~0.0.9",
"async": "~0.2.9",
"addTimeout": "~0.4.0"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}