mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
166 lines
3.7 KiB
JSON
166 lines
3.7 KiB
JSON
{
|
|
"name": "pm2",
|
|
"preferGlobal": "true",
|
|
"version": "0.11.0-beta1",
|
|
"os": [
|
|
"!win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"directories": {
|
|
"bin": "./bin",
|
|
"lib": "./lib",
|
|
"example": "./examples"
|
|
},
|
|
"author": {
|
|
"name": "Strzelewicz Alexandre",
|
|
"email": "as@unitech.io",
|
|
"url": "http://pm2.io"
|
|
},
|
|
"maintainers": [
|
|
"tknew <strzelewicz.alexandre@gmail.com",
|
|
"soyuka <soyuka@gmail.com>",
|
|
"Alex Kocharin <alex@kocharin.ru>",
|
|
"achingbrain <alex@achingbrain.net>"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Alex Kocharin",
|
|
"email": "alex@kocharin.ru"
|
|
},
|
|
{
|
|
"name": "Soyuka",
|
|
"email": "soyuka@gmail.com"
|
|
},
|
|
{
|
|
"name": "Soyuka",
|
|
"email": "soyuka@gmail.com"
|
|
},
|
|
{
|
|
"name": "Xu Jingxin",
|
|
"email": "sailxjx@gmail.com"
|
|
},
|
|
{
|
|
"name": "Ben Postlethwaite",
|
|
"email": "post.ben.here@gmail.com"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Michael Hueuberger",
|
|
"email": "michael.heuberger@binarykitchen.com"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/Unitech/pm2",
|
|
"description": "Modern CLI process manager for Node apps with a builtin load-balancer. Perfectly designed for microservices architecture.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "NODE_ENV=test bash test/index.sh && NODE_ENV=test bash test/main.sh",
|
|
"preinstall": "bash ./scripts/preinstall.sh",
|
|
"postinstall": "bash ./scripts/postinstall.sh"
|
|
},
|
|
"keywords": [
|
|
"cli",
|
|
"fault tolerant",
|
|
"sysadmin",
|
|
"tools",
|
|
"pm2",
|
|
"logs",
|
|
"log",
|
|
"json",
|
|
"express",
|
|
"hapi",
|
|
"kraken",
|
|
"reload",
|
|
"microservice",
|
|
"programmatic",
|
|
"harmony",
|
|
"node-pm2",
|
|
"production",
|
|
"keymetrics",
|
|
"deploy",
|
|
"deployment",
|
|
"daemon",
|
|
"supervisor",
|
|
"nodemon",
|
|
"pm2.io",
|
|
"ghost",
|
|
"ghost production",
|
|
"monitoring",
|
|
"process manager",
|
|
"forever",
|
|
"forever-monitor",
|
|
"keep process alive",
|
|
"process configuration",
|
|
"clustering",
|
|
"cluster cli",
|
|
"cluster",
|
|
"cron",
|
|
"devops",
|
|
"dev ops"
|
|
],
|
|
"bin": {
|
|
"pm2": "./bin/pm2"
|
|
},
|
|
"dependencies": {
|
|
"async" : "~0.9.0",
|
|
"axm" : "~0.1.7",
|
|
"chalk" : "~0.5.1",
|
|
"chokidar" : "0.8.4",
|
|
"cli-table" : "0.3.0",
|
|
"coffee-script" : "1.8.0",
|
|
"colors" : "0.6.2",
|
|
"commander" : "2.3.0",
|
|
"cron" : "1.0.4",
|
|
"debug" : "2.0.0",
|
|
"eventemitter2" : "0.4.14",
|
|
"json-stringify-safe" : "5.0.0",
|
|
"moment" : "~2.8.2",
|
|
"nssocket" : "0.5.1",
|
|
"pidusage" : "0.1.0",
|
|
|
|
"pm2-axon" : "2.0.3",
|
|
"pm2-axon-rpc" : "0.3.3",
|
|
"pm2-deploy" : "~0.1.0",
|
|
"pm2-interface" : "2.0.1",
|
|
"pm2-multimeter" : "0.1.2",
|
|
"pm2-rpc-fallback" : "3.0.6",
|
|
|
|
"punt" : "2.2.0",
|
|
"uid-number" : "0.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^1.20.1",
|
|
"should": "^4.0.0",
|
|
"better-assert": "^1.0.0",
|
|
"promise-spawner": "^0.0.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"pm2-logs": "~0.1.1",
|
|
"ikt": "git+http://ikt.pm2.io/ikt.git#master"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Unitech/pm2/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Unitech/pm2.git"
|
|
},
|
|
"license": "AGPLv3"
|
|
}
|