forked from TuomoKu/SPX-GC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
49
50
{
"name": "spx-gc",
"version": "1.0.4",
"description": "SPX-GC | SmartPX Graphics Controller for CasparCG and streaming applications",
"homepage": "https://github.com/TuomoKu",
"main": "server.js",
"bin": "server.js",
"pkg": {
"assets": [
"views/**/*",
"static/**/*"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"devORG": "nodemon server.js -i config.json -i DATAROOT/",
"dev": "nodemon server.js -i DATAROOT/* -i config.json",
"dev2": "nodemon server.js config2.json -i DATAROOT/* -i config2.json",
"start": "pm2 start server.js --name GC",
"stop": "pm2 stop server.js",
"build": "BUILD_PACKAGES.BAT"
},
"keywords": [],
"author": "Tuomo Kulomaa <[email protected]> (http://smartpx.fi)",
"license": "MIT",
"dependencies": {
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.17.1",
"glob": "^7.1.6",
"ip": "^1.1.5",
"jsdom": "^16.4.0",
"macaddress": "^0.5.1",
"moment": "^2.27.0",
"morgan": "^1.9.1",
"node-wav-player": "^0.1.0",
"open": "^7.1.0",
"path": "^0.12.7",
"rotating-file-stream": "^2.1.3",
"socket.io": "^2.3.0",
"sox-play": "0.0.2",
"winston": "^3.3.3"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}