pm2-interface
Version:
Interact with pm2 via RPC and receive real time notifications
43 lines (42 loc) • 845 B
JSON
{
"name": "pm2-interface",
"version": "2.0.4",
"description": "Interact with pm2 via RPC and receive real time notifications",
"author": {
"name": "Strzelewicz Alexandre",
"email": "as@unitech.io",
"url": "http://unitech.io"
},
"engines" : {
"node" : ">=0.8"
},
"main": "index.js",
"dependencies" : {
"pm2-axon" : "2.0.7",
"pm2-axon-rpc" : "0.3.6",
"debug" : "*"
},
"keywords": [
"cli",
"fault tolerant",
"sysadmin",
"tools",
"pm2",
"node-pm2",
"monitoring",
"process manager",
"forever",
"process configuration",
"clustering",
"cluster cli",
"cluster",
"cron",
"devops",
"dev ops"
],
"repository": {
"type" : "git",
"url" : "git://github.com/Unitech/pm2-interface.git"
},
"license": "Apache v2"
}