UNPKG

4.28 kBJSONView Raw
1{
2 "name": "pm2",
3 "preferGlobal": true,
4 "version": "3.0.0",
5 "engines": {
6 "node": ">=4.0.0"
7 },
8 "directories": {
9 "bin": "./bin",
10 "lib": "./lib",
11 "example": "./examples"
12 },
13 "author": {
14 "name": "Strzelewicz Alexandre",
15 "email": "alexandre@pm2.io",
16 "url": "https://pm2.io"
17 },
18 "maintainers": [
19 {
20 "name": "Alexandre Strzelewicz",
21 "email": "alexandre@pm2.io"
22 },
23 {
24 "name": "Antoine Bluchet",
25 "email": "antoine@pm2.io"
26 },
27 {
28 "name": "Vincent Vallet",
29 "email": "vincent@pm2.io"
30 },
31 {
32 "name": "Valentin Marchaud",
33 "email": "valentin@pm2.io"
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": "bash test/e2e.sh && bash test/unit.sh"
95 },
96 "keywords": [
97 "cli",
98 "fault tolerant",
99 "sysadmin",
100 "tools",
101 "pm2",
102 "logs",
103 "log",
104 "json",
105 "express",
106 "hapi",
107 "kraken",
108 "reload",
109 "load balancer",
110 "lb",
111 "load-balancer",
112 "kubernetes",
113 "k8s",
114 "pm2-docker",
115 "runtime",
116 "source maps",
117 "graceful",
118 "microservice",
119 "programmatic",
120 "harmony",
121 "node-pm2",
122 "production",
123 "keymetrics",
124 "node.js monitoring",
125 "strong-pm",
126 "deploy",
127 "deployment",
128 "daemon",
129 "supervisor",
130 "supervisord",
131 "nodemon",
132 "pm2.io",
133 "ghost",
134 "ghost production",
135 "monitoring",
136 "keymetrics",
137 "process manager",
138 "forever",
139 "profiling",
140 "probes",
141 "apm",
142 "container",
143 "forever-monitor",
144 "keep process alive",
145 "process configuration",
146 "clustering",
147 "cluster cli",
148 "cluster",
149 "docker",
150 "cron",
151 "devops",
152 "dev ops"
153 ],
154 "bin": {
155 "pm2": "./bin/pm2",
156 "pm2-dev": "./bin/pm2-dev",
157 "pm2-docker": "./bin/pm2-docker",
158 "pm2-runtime": "./bin/pm2-runtime"
159 },
160 "dependencies": {
161 "@pm2/agent": "^0.5.4",
162 "@pm2/io": "^2.0.2",
163 "@pm2/js-api": "^0.5.15",
164 "async": "^2.6.1",
165 "blessed": "^0.1.81",
166 "chalk": "^2.4.1",
167 "chokidar": "^2.0.4",
168 "cli-table-redemption": "^1.0.0",
169 "coffee-script": "^1.12.7",
170 "commander": "2.15.1",
171 "cron": "^1.3",
172 "debug": "^3.1",
173 "eventemitter2": "5.0.1",
174 "fclone": "1.0.11",
175 "mkdirp": "0.5.1",
176 "moment": "^2.22.2",
177 "needle": "^2.2.1",
178 "nssocket": "0.6.0",
179 "pidusage": "^2.0.6",
180 "pm2-axon": "3.3.0",
181 "pm2-axon-rpc": "^0.5.1",
182 "pm2-deploy": "^0.3.9",
183 "pm2-multimeter": "^0.1.2",
184 "promptly": "^2",
185 "semver": "^5.5",
186 "shelljs": "~0.8.2",
187 "source-map-support": "^0.5.6",
188 "sprintf-js": "1.1.1",
189 "v8-compile-cache": "^2.0.0",
190 "vizion": "~0.2.0",
191 "yamljs": "^0.3.0"
192 },
193 "devDependencies": {
194 "mocha": "^5.2.0",
195 "should": "^13"
196 },
197 "optionalDependencies": {
198 "gkt": "https://tgz.pm2.io/gkt-1.0.0.tgz"
199 },
200 "bugs": {
201 "url": "https://github.com/Unitech/pm2/issues"
202 },
203 "repository": {
204 "type": "git",
205 "url": "git://github.com/Unitech/pm2.git"
206 },
207 "license": "AGPL-3.0"
208}