-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.04 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "easy-pm",
"version": "0.4.9",
"description": "A simple and easy-to-use web server for managing Node.js projects.",
"main": "./index.js",
"bin": {
"easy-pm": "bin/easy-pm.js"
},
"scripts": {
"pm2": "pm2"
},
"dependencies": {
"cli-table": "^0.3.1",
"commander": "^2.9.0",
"compression": "^1.6.2",
"express": "^4.14.0",
"fs-promise": "^1.0.0",
"http-proxy": "^1.16.2",
"le-challenge-fs": "^2.0.8",
"le-store-certbot": "^2.0.3",
"letsencrypt": "^2.1.8",
"pm2": "^2.2.2",
"request": "^2.79.0",
"shelljs": "^0.7.5",
"spdy": "^3.4.4",
"username": "^2.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/imsun/easy-pm"
},
"keywords": [
"web server",
"process manager",
"http/2",
"https",
"deploy"
],
"author": {
"name": "Shiquan Sun",
"url": "https://github.com/imsun"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/imsun/easy-pm/issues"
},
"homepage": "https://github.com/imsun/easy-pm"
}