-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 859 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 859 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
37
38
39
{
"name": "gb28181-video-agent-gateway",
"version": "1.0.0",
"description": "A Node.js implementation of GB28181 Video Streaming Agent Server",
"main": "index.js",
"scripts": {
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gb28181/vag.node.git"
},
"keywords": [
"gb28181",
"rtp",
"sip",
"PS"
],
"author": "Yzxliu",
"license": "MIT",
"bugs": {
"url": "https://github.com/gb28181/vga.node/issue"
},
"homepage": "https://github.com/gb28181/vga.node",
"dependencies": {
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"dateformat": "^3.0.3",
"express": "^4.17.1",
"iconv-lite": "^0.6.0",
"rtp-rtcp": "0.0.2",
"ws": "^7.3.0",
"xml2js": "^0.4.23"
},
"engines": {
"node": ">=8.0.0"
}
}