UNPKG

4.37 kBJSONView Raw
1{
2 "name": "pm2",
3 "preferGlobal": true,
4 "version": "2.10.2",
5 "engines": {
6 "node": ">=0.12"
7 },
8 "directories": {
9 "bin": "./bin",
10 "lib": "./lib",
11 "example": "./examples"
12 },
13 "author": {
14 "name": "Strzelewicz Alexandre",
15 "email": "alexandre@keymetrics.io",
16 "url": "https://keymetrics.io"
17 },
18 "maintainers": [
19 {
20 "name": "tknew",
21 "email": "strzelewicz.alexandre@gmail.com"
22 },
23 {
24 "name": "soyuka",
25 "email": "soyuka@gmail.com"
26 },
27 {
28 "name": "wallet77",
29 "email": "wallet77@gmail.com"
30 },
31 {
32 "name": "vmarchaud",
33 "email": "contact@vmarchaud.fr"
34 }
35 ],
36 "contributors": [
37 {
38 "name": "Alex Kocharin",
39 "email": "alex@kocharin.ru"
40 },
41 {
42 "name": "Soyuka",
43 "email": "soyuka@gmail.com"
44 },
45 {
46 "name": "Joni Shkurti",
47 "email": "jonishkurti90@gmail.com"
48 },
49 {
50 "name": "James Ide"
51 },
52 {
53 "name": "Jun Tjatse",
54 "email": "thisnamemeansnothing@gmail.com"
55 },
56 {
57 "name": "Xu Jingxin",
58 "email": "sailxjx@gmail.com"
59 },
60 {
61 "name": "Ben Postlethwaite",
62 "email": "post.ben.here@gmail.com"
63 },
64 {
65 "name": "Devo.ps",
66 "email": "contact@devo.ps"
67 },
68 {
69 "name": "Bret Copeland",
70 "email": "bret@atlantisflight.org"
71 },
72 {
73 "name": "John Hurliman",
74 "email": "jhurliman@jhurliman.org"
75 },
76 {
77 "name": "TruongSinh Tran-Nguyen",
78 "email": "i@truongsinh.pro"
79 },
80 {
81 "name": "Michael Hueuberger",
82 "email": "michael.heuberger@binarykitchen.com"
83 },
84 {
85 "name": "Chris Wiggins",
86 "email": "chris@chriswiggins.co.nz"
87 }
88 ],
89 "homepage": "http://pm2.keymetrics.io/",
90 "description": "Production process manager for Node.JS applications with a built-in load balancer.",
91 "main": "index.js",
92 "types": "types/index.d.ts",
93 "scripts": {
94 "test": "NODE_ENV=test bash test/pm2_check_dependencies.sh && NODE_ENV=test bash test/pm2_programmatic_tests.sh && NODE_ENV=test bash test/pm2_behavior_tests.sh",
95 "bench-pmx": "pm2 delete all; pm2 install pm2-probe; node examples/pmx/app.js; pm2 ls"
96 },
97 "keywords": [
98 "cli",
99 "fault tolerant",
100 "sysadmin",
101 "tools",
102 "pm2",
103 "logs",
104 "log",
105 "json",
106 "express",
107 "hapi",
108 "kraken",
109 "reload",
110 "load balancer",
111 "lb",
112 "load-balancer",
113 "kubernetes",
114 "k8s",
115 "pm2-docker",
116 "runtime",
117 "source maps",
118 "graceful",
119 "microservice",
120 "programmatic",
121 "harmony",
122 "node-pm2",
123 "production",
124 "keymetrics",
125 "node.js monitoring",
126 "strong-pm",
127 "deploy",
128 "deployment",
129 "daemon",
130 "supervisor",
131 "supervisord",
132 "nodemon",
133 "pm2.io",
134 "ghost",
135 "ghost production",
136 "monitoring",
137 "keymetrics",
138 "process manager",
139 "forever",
140 "profiling",
141 "probes",
142 "apm",
143 "container",
144 "forever-monitor",
145 "keep process alive",
146 "process configuration",
147 "clustering",
148 "cluster cli",
149 "cluster",
150 "docker",
151 "cron",
152 "devops",
153 "dev ops"
154 ],
155 "bin": {
156 "pm2": "./bin/pm2",
157 "pm2-dev": "./bin/pm2-dev",
158 "pm2-docker": "./bin/pm2-docker",
159 "pm2-runtime": "./bin/pm2-runtime"
160 },
161 "dependencies": {
162 "async": "^2.5",
163 "blessed": "^0.1.81",
164 "chalk": "^1.1",
165 "chokidar": "^2",
166 "cli-table-redemption": "^1.0.0",
167 "commander": "2.13.0",
168 "cron": "^1.3",
169 "debug": "^3.0",
170 "eventemitter2": "1.0.5",
171 "fclone": "1.0.11",
172 "mkdirp": "0.5.1",
173 "moment": "^2.19",
174 "needle": "^2.1.0",
175 "nssocket": "0.6.0",
176 "pidusage": "^1.2.0",
177 "pm2-axon": "3.1.0",
178 "pm2-axon-rpc": "0.5.0",
179 "pm2-deploy": "^0.3.9",
180 "pm2-multimeter": "^0.1.2",
181 "pmx": "^1.6",
182 "promptly": "2.2.0",
183 "semver": "^5.3",
184 "shelljs": "0.7.8",
185 "source-map-support": "^0.5",
186 "sprintf-js": "1.1.1",
187 "v8-compile-cache": "^1.1.0",
188 "vizion": "^0.2",
189 "yamljs": "^0.3.0"
190 },
191 "devDependencies": {
192 "mocha": "^3.5",
193 "should": "^11"
194 },
195 "optionalDependencies": {
196 "gkt": "https://tgz.pm2.io/gkt-1.0.0.tgz"
197 },
198 "bugs": {
199 "url": "https://github.com/Unitech/pm2/issues"
200 },
201 "repository": {
202 "type": "git",
203 "url": "git://github.com/Unitech/pm2.git"
204 },
205 "license": "AGPL-3.0"
206}