-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
package.json
40 lines (40 loc) · 948 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
{
"name": "node-media-server",
"version": "2.7.0",
"description": "A Node.js implementation of RTMP Server",
"bin": "bin/app.js",
"main": "src/node_media_server.js",
"scripts": {
"start": "node bin/app.js",
"test": "node test/test_run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/illuspas/Node-Media-Server.git"
},
"keywords": [
"rtmp",
"flv",
"server"
],
"author": "Chen Mingliang",
"license": "MIT",
"bugs": {
"url": "https://github.com/illuspas/Node-Media-Server/issues"
},
"homepage": "https://github.com/illuspas/Node-Media-Server#readme",
"dependencies": {
"basic-auth-connect": "^1.0.0",
"chalk": "^4.1.0",
"dateformat": "^4.6.3",
"express": "^4.19.2",
"http2-express-bridge": "^1.0.7",
"lodash": "^4.17.21",
"minimist": "^1.2.8",
"mkdirp": "^2.1.5",
"ws": "^8.13.0"
},
"engines": {
"node": ">=8.0.0"
}
}