pm2/package.json
2017-09-14 18:28:41 +02:00

201 lines
4.1 KiB
JSON

{
"name": "pm2",
"preferGlobal": true,
"version": "2.7.0",
"engines": {
"node": ">=0.12"
},
"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": "vmarchaud",
"email": "contact@vmarchaud.fr"
}
],
"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": "NODE_ENV=test bash test/pm2_programmatic_tests.sh && NODE_ENV=test bash test/pm2_behavior_tests.sh",
"bench-pmx": "pm2 delete all; pm2 install pm2-probe; node examples/pmx/app.js; pm2 ls"
},
"keywords": [
"cli",
"fault tolerant",
"sysadmin",
"tools",
"pm2",
"logs",
"log",
"json",
"express",
"hapi",
"kraken",
"reload",
"load balancer",
"lb",
"load-balancer",
"kubernetes",
"k8s",
"pm2-docker",
"runtime",
"source maps",
"graceful",
"microservice",
"programmatic",
"harmony",
"node-pm2",
"production",
"keymetrics",
"node.js monitoring",
"strong-pm",
"deploy",
"deployment",
"daemon",
"supervisor",
"supervisord",
"nodemon",
"pm2.io",
"ghost",
"ghost production",
"monitoring",
"keymetrics",
"process manager",
"forever",
"profiling",
"probes",
"apm",
"container",
"forever-monitor",
"keep process alive",
"process configuration",
"clustering",
"cluster cli",
"cluster",
"docker",
"cron",
"devops",
"dev ops"
],
"bin": {
"pm2": "./bin/pm2",
"pm2-dev": "./bin/pm2-dev",
"pm2-docker": "./bin/pm2-docker",
"pm2-runtime": "./bin/pm2-runtime"
},
"dependencies": {
"async": "^2.5",
"blessed": "^0.1.81",
"chalk": "^1.1",
"chokidar": "^1.7",
"cli-table-redemption": "^1.0.0",
"commander": "2.11.0",
"cron": "1.2.1",
"debug": "^3.0",
"eventemitter2": "1.0.5",
"fclone": "1.0.11",
"mkdirp": "0.5.1",
"moment": "^2.18",
"nssocket": "0.6.0",
"pidusage": "^1.1.0",
"pm2-axon": "3.1.0",
"pm2-axon-rpc": "0.5.0",
"pm2-deploy": "^0.3.5",
"pm2-multimeter": "^0.1.2",
"pmx": "~1.5.0",
"semver": "^5.3",
"shelljs": "0.7.8",
"source-map-support": "^0.4.18",
"sprintf-js": "1.1.1",
"vizion": "^0.2",
"yamljs": "0.3.0",
"needle": "1.6.0",
"promptly": "2.2.0"
},
"devDependencies": {
"mocha": "^3",
"should": "^11"
},
"optionalDependencies": {
"gkt": "https://tgz.pm2.io/gkt-1.0.0.tgz"
},
"bugs": {
"url": "https://github.com/Unitech/pm2/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/Unitech/pm2.git"
},
"license": "AGPL-3.0"
}