{
  "name": "pm25",
  "preferGlobal": true,
  "version": "2.3.0",
  "engines": {
    "node": ">=0.10"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "example": "./examples"
  },
  "author": {
    "name": "GuoKai",
    "email": "badkaikai@gmail.com",
    "url": "http://pm25.io"
  },
  "maintainers": [
    {
      "name": "GuoKai",
      "email": "badkaikai@gmail.com"
    }
  ],
  "contributors": [
    {
      "name": "GuoKai",
      "email": "badkaikai@gmail.com"
    }
  ],
  "homepage": "https://github.com/PaulGuo/PM2.5",
  "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"
  },
  "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": {
    "pm25": "./bin/pm2",
    "rundev": "./bin/rundev",
    "pm25-dev": "./bin/pm2-dev",
    "pm25-docker": "./bin/pm2-docker"
  },
  "dependencies": {
    "async": "1.5",
    "chalk": "^1.1",
    "chokidar": "^1.6.1",
    "cli-table": "0.3.1",
    "commander": "^2.9",
    "cron": "1.2.1",
    "debug": "^2.3.2",
    "eventemitter2": "1.0.5",
    "fclone": "1.0.10",
    "mkdirp": "0.5.1",
    "moment": "^2.15",
    "nssocket": "0.6.0",
    "pidusage": "^1.1.0",
    "pm2-axon": "3.0.2",
    "pm2-axon-rpc": "0.4.5",
    "pm2-deploy": "^0.3.3",
    "pm2-multimeter": "0.1.2",
    "pmx": "^1.0.1",
    "semver": "^5.2",
    "shelljs": "0.7.5",
    "source-map-support": "^0.4.6",
    "vizion": "^0.2",
    "yamljs": "0.2.8"
  },
  "devDependencies": {
    "mocha": "^3",
    "should": "^11",
    "better-assert": "^1.0.0"
  },
  "optionalDependencies": {
    "gkt": "https://tgz.pm2.io/gkt-1.0.0.tgz"
  },
  "bugs": {
    "url": "https://github.com/PaulGuo/PM2.5/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/PaulGuo/PM2.5.git"
  },
  "license": "AGPL-3.0"
}
