-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 KB
/
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
{
"name": "ezs-media-server",
"version": "2.6.3",
"description": "A Node.js implementation of RTMP Server",
"bin": "bin/app.js",
"main": "src/patch/custom_node_media_server.js",
"scripts": {
"start": "node bin/app.js",
"test": "node test/test_run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hunglsxx/ezs-media-server.git"
},
"keywords": [
"rtmp",
"flv",
"server"
],
"author": "Chen Mingliang - The patch is provided by hungls",
"license": "MIT",
"bugs": {
"url": "https://github.com/hunglsxx/ezs-media-server/issues"
},
"homepage": "https://github.com/hunglsxx/ezs-media-serverr#readme",
"dependencies": {
"basic-auth-connect": "^1.0.0",
"chalk": "^4.1.0",
"dateformat": "^4.6.3",
"express": "^4.18.2",
"lodash": "^4.17.21",
"minimist": "^1.2.8",
"mkdirp": "^2.1.5",
"ws": "^8.13.0"
},
"engines": {
"node": ">=8.0.0"
}
}