forked from illuspas/Node-Media-Server
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1011 Bytes
/
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
{
"name": "guac-media-server",
"version": "2.4.7",
"description": "A Node.js implementation of RTMP Server",
"main": "misc/index.js",
"scripts": {
"start": "node misc/index.js",
"test": "node test/test_run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GuacLive/Guac-Media-Server.git"
},
"keywords": [
"rtmp",
"flv",
"server"
],
"author": "Chen Mingliang",
"license": "MIT",
"bugs": {
"url": "https://github.com/GuacLive/Guac-Media-Server/issues"
},
"homepage": "https://github.com/GuacLive/Guac-Media-Server#readme",
"dependencies": {
"aws-sdk": "^2.1167.0",
"axios": "^0.27.2",
"basic-auth-connect": "^1.0.0",
"bluebird": "^3.7.2",
"chalk": "^4",
"dateformat": "^4",
"express": "^5.0.0-alpha.8",
"hls-parser": "^0.10.3",
"lodash": ">=4.17.13",
"minimist": "^1.2.6",
"mkdirp": "1.0.4",
"node-cron": "^3.0.1",
"ws": "^8.8.0"
},
"engines": {
"node": ">=8.0.0"
}
}