加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 662 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lorenzo Miniero 提交于 2022-10-03 15:13 . Bumped to version 1.1.1
{
"name": "janus-gateway",
"version": "1.1.1",
"description": "A javascript library for interacting with the C based Janus WebRTC Server",
"main": "html/janus.js",
"types": "npm/janus.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/meetecho/janus-gateway.git"
},
"author": "Lorenzo Miniero <lorenzo@meetecho.com> (http://www.meetecho.com/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/meetecho/janus-gateway/issues"
},
"homepage": "https://github.com/meetecho/janus-gateway#readme",
"dependencies": {
"webrtc-adapter": "8.1.1"
},
"devDependencies": {
"eslint": "5.0.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化