mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
82 lines
1.9 KiB
JSON
82 lines
1.9 KiB
JSON
{
|
|
"name": "pm2",
|
|
"preferGlobal": "true",
|
|
"version": "0.6.7",
|
|
"engines" : {
|
|
"node" : ">=0.8"
|
|
},
|
|
"author": {
|
|
"name": "Strzelewicz Alexandre",
|
|
"email": "as@unitech.io",
|
|
"url": "http://pm2.io"
|
|
},
|
|
"contributors": [{
|
|
"name" : "Alex Kocharin",
|
|
"email" : "alex@kocharin.ru"
|
|
}, {
|
|
"name" : "Devo.ps",
|
|
"email" : "contact@devo.ps"
|
|
},{
|
|
"name" : "Bret Copeland",
|
|
"email" : "bret@atlantisflight.org"
|
|
}, {
|
|
"name" : "John Hurliman",
|
|
"email" : "jhurliman@jhurliman.org"
|
|
}, {
|
|
"name" : "TruongSinh Tran-Nguyen",
|
|
"email" : "i@truongsinh.pro"
|
|
}],
|
|
"homepage" : "https://github.com/Unitech/pm2",
|
|
"description": "Modern CLI process manager for Node apps with a builtin load-balancer",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "bash ./test/cli.sh && bash ./test/cli2.sh && bash ./test/fork.sh && bash ./test/infinite_loop.sh && NODE_ENV=test ./node_modules/mocha/bin/mocha test"
|
|
},
|
|
"keywords": [
|
|
"cli",
|
|
"fault tolerant",
|
|
"sysadmin",
|
|
"tools",
|
|
"pm2",
|
|
"node-pm2",
|
|
"monitoring",
|
|
"process manager",
|
|
"forever",
|
|
"keep process alive",
|
|
"process configuration",
|
|
"clustering",
|
|
"cluster cli",
|
|
"cluster",
|
|
"cron",
|
|
"devops",
|
|
"dev ops"
|
|
],
|
|
"bin": {
|
|
"pm2": "./bin/pm2"
|
|
},
|
|
"dependencies": {
|
|
"commander" : "2.0.0",
|
|
"cli-table" : "0.2.0",
|
|
"pm2-multimeter" : "0.1.2",
|
|
"usage" : "0.3.9",
|
|
"axon-rpc" : "0.0.2",
|
|
"watch" : "0.8.0",
|
|
"axon" : "1.0.0",
|
|
"cron" : "1.0.1",
|
|
"colors" : "0.6.2",
|
|
"coffee-script" : "*",
|
|
"eventemitter2" : "0.4.13",
|
|
"debug" : "*"
|
|
},
|
|
"devDependencies": {
|
|
"mocha" : "1.x",
|
|
"should" : "1.x",
|
|
"better-assert" : "*"
|
|
},
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "git://github.com/Unitech/pm2.git"
|
|
},
|
|
"license": "Apache v2"
|
|
}
|