UNPKG

pm2-rrd

Version:
41 lines (40 loc) 847 B
{ "name": "pm2-rrd", "version": "0.0.5", "description": "A pm2 module for rrdtool", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/nethoncho/pm2-rrd.git" }, "config": { "conf_var_1": true, "conf_var_2": "myvalue" }, "apps": [ { "merge_logs": true, "max_memory_restart": "100M", "script": "app.js" } ], "author": "Ben Adams <nethoncho@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/nethoncho/pm2-rrd/issues" }, "homepage": "https://github.com/nethoncho/pm2-rrd#readme", "dependencies": { "pmx": "^1.5.5" }, "keywords": [ "pm2", "rrd", "rrdcached", "rrdtool" ] }