forked from illuspas/Node-Media-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 802 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
{
"name": "node-media-server",
"version": "1.4.9",
"description": "A Node.js implementation of RTMP Server",
"main": "index.js",
"scripts": {
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/illuspas/Node-Media-Server.git"
},
"keywords": [
"rtmp",
"flv",
"server"
],
"author": "Mingliang Chen",
"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": "^2.4.1",
"dateformat": "^3.0.3",
"express": "^4.16.3",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"ws": "^5.1.1"
},
"engines": {
"node": ">=8.0.0"
}
}