-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "pm2-windows-startup",
"version": "1.0.3",
"description": "Utility to make PM2 automatically resurrect on Windows startup",
"author": "Mark Lagendijk <mark@lagendijk.info>",
"license": "MIT",
"dependencies": {
"start-on-windows-boot": "^1.0.0",
"yargs": "^3.15.0"
},
"repository": {
"type": "git",
"url": "https://github.com/marklagendijk/node-pm2-windows-startup"
},
"bugs": {
"url": "https://github.com/marklagendijk/node-pm2-windows-startup/issues"
},
"homepage": "https://github.com/marklagendijk/node-pm2-windows-startup",
"preferGlobal": true,
"bin": {
"pm2-startup": "index.js"
},
"keywords": [
"pm2",
"windows",
"boot",
"start",
"startup"
],
"engines": {
"node": ">=0.10"
}
}