-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "weider",
"version": "1.0.0",
"author": "deiring andreas",
"description": "weider",
"main": "ecosystem.config.js",
"license": "ISC",
"repository": {
"type": "github",
"url": "github.com/LaCocoRoco/Weider"
},
"scripts": {
"receiver": "pm2 start --only receiver --env dev",
"start": "pm2 start --only weider --env prod",
"dev": "pm2 start --only weider --env dev",
"stop": "pm2 stop all",
"delete": "pm2 delete all",
"status": "pm2 status all",
"startup": "pm2 startup",
"unstartup": "pm2 unstartup",
"save": "pm2 save",
"update": "pm2 update",
"list": "pm2 list",
"log": "pm2 log"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"bootstrap": "^4.1.3",
"cookie-parser": "~1.4.3",
"ejs": "~2.5.7",
"express": "~4.16.0",
"jquery": "^3.3.1",
"loglevel": "^1.6.1",
"morgan": "^1.9.1",
"node-pre-gyp": "^0.11.0",
"passport": "^0.4.0",
"pm2": "^3.2.2",
"popper.js": "^1.14.4",
"serialport": "^7.0.2"
}
}