-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 801 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
{
"name": "camviewerplus",
"version": "1.2.1",
"description": "A customizable browser-based RTSP viewer with multiple grid views.",
"main": "app.js",
"scripts": {
"start": "node .",
"start-prod": "pm2-runtime app.js --name camviewer",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jack Pendleton",
"license": "GPLv3",
"dependencies": {
"bootstrap": "^5.2.0",
"bootstrap-icons": "^1.9.1",
"bufferutil": "^4.0.7",
"cors": "^2.8.5",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"forever": "^4.0.3",
"jquery": "^3.6.1",
"jsmpeg-fast-player": "^0.2.0",
"panzoom": "^9.4.3",
"path": "^0.12.7",
"pm2": "^5.3.0",
"rtsp-relay": "^1.6.1",
"utf-8-validate": "^5.0.10",
"ws": "^8.13.0"
}
}