5 Star 35 Fork 13

nygula / Node-Media-Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 814 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chen Mingliang 提交于 2020-09-24 14:52 . 2.2.4
{
"name": "node-media-server",
"version": "2.2.4",
"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": {
"basic-auth-connect": "^1.0.0",
"chalk": "^2.4.2",
"dateformat": "^3.0.3",
"express": "^4.16.4",
"lodash": ">=4.17.13",
"mkdirp": "1.0.3",
"ws": "^5.2.2"
},
"engines": {
"node": ">=8.0.0"
}
}
1
https://gitee.com/nygula/Node-Media-Server.git
git@gitee.com:nygula/Node-Media-Server.git
nygula
Node-Media-Server
Node-Media-Server
master

搜索帮助