{ "name": "pm2", "preferGlobal": "true", "version": "0.12.2", "engines": { "node": ">=0.10" }, "directories": { "bin": "./bin", "lib": "./lib", "example": "./examples" }, "author": { "name": "Strzelewicz Alexandre", "email": "as@unitech.io", "url": "https://keymetrics.io" }, "maintainers": [ "tknew ", "Alex Kocharin ", "achingbrain ", "Joni Shkurti ", "Jun Tjatse " ], "contributors": [ { "name": "Alex Kocharin", "email": "alex@kocharin.ru" }, { "name": "Soyuka", "email": "soyuka@gmail.com" }, { "name": "Joni Shkurti", "email": "jshkurti@student.42.fr" }, { "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": { "pm2": "./bin/pm2" }, "dependencies": { "async" : "~0.9.0", "chalk" : "~0.5.1", "chokidar" : "~0.10.1", "cli-table" : "0.3.0", "coffee-script" : "1.8.0", "colors" : "0.6.2", "commander" : "2.4.0", "cron" : "1.0.5", "debug" : "2.1.0", "eventemitter2" : "0.4.14", "json-stringify-safe" : "5.0.0", "moment" : "~2.8.3", "nssocket" : "0.5.1", "pidusage" : "0.1.0", "axm" : "~0.2.*", "vizion" : "latest", "pm2-axon" : "2.0.7", "pm2-axon-rpc" : "0.3.6", "pm2-deploy" : "latest", "pm2-multimeter" : "0.1.2", "pm2-rpc-fallback" : "3.0.9", "punt" : "2.2.0", "shelljs" : "0.3.0", "isbinaryfile" : "^2.0.3" }, "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" }