mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
196 lines
4.2 KiB
JSON
196 lines
4.2 KiB
JSON
{
|
|
"name": "pm2",
|
|
"preferGlobal": true,
|
|
"version": "1.1.1",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"directories": {
|
|
"bin": "./bin",
|
|
"lib": "./lib",
|
|
"example": "./examples"
|
|
},
|
|
"author": {
|
|
"name": "Strzelewicz Alexandre",
|
|
"email": "alexandre@keymetrics.io",
|
|
"url": "https://keymetrics.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "tknew",
|
|
"email": "strzelewicz.alexandre@gmail.com"
|
|
},
|
|
{
|
|
"name": "soyuka",
|
|
"email": "soyuka@gmail.com"
|
|
},
|
|
{
|
|
"name": "rlidwka",
|
|
"email": "alex@kocharin.ru"
|
|
},
|
|
{
|
|
"name": "achingbrain",
|
|
"email": "alex@achingbrain.net"
|
|
},
|
|
{
|
|
"name": "jshkurti",
|
|
"email": "jonishkurti90@gmail.com"
|
|
},
|
|
{
|
|
"name": "tjatse",
|
|
"email": "thisnamemeansnothing@gmail.com"
|
|
}
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Alex Kocharin",
|
|
"email": "alex@kocharin.ru"
|
|
},
|
|
{
|
|
"name": "Soyuka",
|
|
"email": "soyuka@gmail.com"
|
|
},
|
|
{
|
|
"name": "Joni Shkurti",
|
|
"email": "jonishkurti90@gmail.com"
|
|
},
|
|
{
|
|
"name": "James Ide"
|
|
},
|
|
{
|
|
"name" : "Jun Tjatse",
|
|
"email" : "thisnamemeansnothing@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"
|
|
},
|
|
{
|
|
"name:": "Chris Wiggins",
|
|
"email": "chris@chriswiggins.co.nz"
|
|
}
|
|
],
|
|
"homepage": "http://pm2.keymetrics.io/",
|
|
"description": "Production process manager for Node.JS applications with a built-in load balancer.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "PM2_CONCURRENT_ACTIONS=1 NODE_ENV=test bash test/pm2_programmatic_tests.sh && NODE_ENV=test bash test/pm2_behavior_tests.sh"
|
|
},
|
|
"keywords": [
|
|
"cli",
|
|
"fault tolerant",
|
|
"sysadmin",
|
|
"tools",
|
|
"pm2",
|
|
"logs",
|
|
"log",
|
|
"json",
|
|
"express",
|
|
"hapi",
|
|
"kraken",
|
|
"reload",
|
|
"microservice",
|
|
"programmatic",
|
|
"harmony",
|
|
"node-pm2",
|
|
"production",
|
|
"keymetrics",
|
|
"node.js monitoring",
|
|
"strong-pm",
|
|
"deploy",
|
|
"deployment",
|
|
"daemon",
|
|
"supervisor",
|
|
"nodemon",
|
|
"pm2.io",
|
|
"ghost",
|
|
"ghost production",
|
|
"monitoring",
|
|
"process manager",
|
|
"forever",
|
|
"profiling",
|
|
"probes",
|
|
"forever-monitor",
|
|
"keep process alive",
|
|
"process configuration",
|
|
"clustering",
|
|
"cluster cli",
|
|
"cluster",
|
|
"cron",
|
|
"devops",
|
|
"dev ops"
|
|
],
|
|
"bin": {
|
|
"pm2" : "./bin/pm2",
|
|
"pm2-dev": "./bin/pm2-dev"
|
|
},
|
|
"dependencies": {
|
|
"async" : "1.5",
|
|
"chalk" : "1.1.1",
|
|
"chokidar" : "~1.4.0",
|
|
"cli-table" : "0.3.1",
|
|
"coffee-script" : "~1.10.0",
|
|
"commander" : "^2.9",
|
|
"cron" : "1.1.0",
|
|
"debug" : "2.2.0",
|
|
"eventemitter2" : "0.4.14",
|
|
"moment" : "^2.12",
|
|
"nssocket" : "0.6.0",
|
|
"pidusage" : "^1.0.1",
|
|
|
|
"pmx" : "^0.6",
|
|
"vizion" : "^0.2",
|
|
|
|
"pm2-axon" : "~2.0.9",
|
|
"pm2-axon-rpc" : "0.3.6",
|
|
"pm2-deploy" : "0.2.1",
|
|
"pm2-multimeter" : "0.1.2",
|
|
|
|
"shelljs" : "0.6.0",
|
|
"yamljs" : "0.2.7",
|
|
"semver" : "~5.1.0",
|
|
"mkdirp" : "0.5.1",
|
|
"source-map-support" : "0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha" : "2.x",
|
|
"should" : "^8.1.1",
|
|
"better-assert" : "^1.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"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": "AGPL-3.0"
|
|
}
|