-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 878 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
31
32
33
34
35
36
{
"name": "ubox-camera-api",
"version": "1.0.0",
"description": "An API for connecting to uBox cameras.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JEMcats/ubox_camera_api.git"
},
"keywords": [
"camera"
],
"author": "JEMcats.Software",
"license": "ISC",
"bugs": {
"url": "https://github.com/JEMcats/ubox_camera_api/issues"
},
"homepage": "https://github.com/JEMcats/ubox_camera_api#readme",
"dependencies": {
"axios": "^1.7.7",
"crypto": "^1.0.1",
"dgram": "^1.0.1",
"dotenv": "^16.4.5",
"ffmpeg-static": "^5.3.0",
"ffprobe-static": "^3.1.0",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"js-sha1": "^0.7.0",
"kcpjs": "^1.0.12",
"path": "^0.12.7",
"rtsp-streaming-server": "^2.1.0"
}
}