forked from illuspas/Node-Media-Server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 937 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.1.8",
"description": "A Node.js implementation of RTMP Server",
"main": "node_media_server.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": {
"@azure/identity": "^1.0.3",
"@azure/storage-blob": "^12.1.1",
"basic-auth-connect": "^1.0.0",
"chalk": "^2.4.2",
"dateformat": "^3.0.3",
"express": "^4.16.4",
"into-stream": "^5.1.1",
"lodash": ">=4.17.13",
"mkdirp": "1.0.3",
"path": "^0.12.7",
"ws": "^5.2.2"
},
"engines": {
"node": ">=8.0.0"
}
}