{
  "name": "pm2.5",
  "preferGlobal": "true",
  "version": "0.0.128",
  "engines": {
    "node": ">=0.10"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "example": "./examples"
  },
  "author": {
    "name": "Strzelewicz Alexandre",
    "email": "as@unitech.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" : "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": "https://github.com/Unitech/pm2",
  "description": "Production process manager for Node.JS applications with a built-in load balancer.",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test bash test/index.sh && NODE_ENV=test bash test/main.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": {
    "pm25": "./bin/pm2"
  },
  "dependencies": {
    "async"               : "~0.9.0",
    "chalk"               : "~0.5.1",
    "chokidar"            : "~0.12.0",
    "cli-table"           : "0.3.1",
    "coffee-script"       : "1.8.0",
    "colors"              : "1.0.3",
    "commander"           : "2.6.0",
    "cron"                : "1.0.5",
    "debug"               : "2.1.0",
    "eventemitter2"       : "0.4.14",
    "json-stringify-safe" : "5.0.0",
    "moment"              : "2.9.0",
    "nssocket"            : "0.5.3",
    "pidusage"            : "0.1.1",

    "pmx"                 : "latest",
    "vizion"              : "latest",

    "pm2-axon"            : "latest",
    "pm2-axon-rpc"        : "0.3.6",
    "pm2-deploy"          : "latest",
    "pm2-multimeter"      : "0.1.2",

    "shelljs"             : "0.3.0",
    "isbinaryfile"        : "^2.0.3",
    "semver"              : "4.3.1"
  },
  "devDependencies": {
    "mocha"           : "^1.20.1",
    "should"          : "^4.0.0",
    "better-assert"   : "^1.0.0",
    "promise-spawner" : "^0.0.3",
    "punt"            : "*"
  },
  "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"
}
