forked from PTZOptics/PTZOpticsNodeServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 720 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 720 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
{
"name": "ptzoptics_server_api",
"version": "0.0.1",
"description": "Skeleton webapp to control PTZOptics cameras via the visca protocol",
"main": "server.js",
"scripts": {
"start": "node server.js",
"devStart": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "PTZOptics",
"license": "ISC",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.15",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"connect-mongo": "^2.0.1",
"cors": "^2.8.4",
"cross-spawn": "^6.0.5",
"express": "^4.16.3",
"mongoose": "^5.2.1",
"nodemon": "^1.17.5",
"path": "^0.12.7",
"tcp-port-used": "^1.0.0",
"ws": "1.1.1"
}
}