1 Star 0 Fork 172

在路上FX / PearPlayer.js

forked from Pear / PearPlayer.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
谢庭 提交于 2017-12-07 15:27 . update
{
"name": "pearplayer",
"version": "2.4.5",
"description": "",
"main": "./dist/pear-player.js",
"dependencies": {
"babili": "^0.1.4",
"blueimp-md5": "^2.7.0",
"buffer": "^5.0.6",
"end-of-stream": "^1.4.0",
"events": "^1.1.1",
"fs-chunk-store": "^1.6.5",
"inherits": "^2.0.3",
"jquery": "^3.2.1",
"mp4box": "^0.3.15",
"readable-stream": "^2.2.9",
"render-media": "^2.10.0",
"webtorrent": "^0.98.16"
},
"devDependencies": {
"copy": "^0.1.2",
"del": "^2.0.2"
},
"scripts": {
"build-player": "browserify index.player.js -s PearPlayer > ./dist/pear-player.js",
"uglify-player": "browserify -s PearPlayer -e ./index.player.js | babili > ./dist/pear-player.min.js",
"pull-from-github": "git pull",
"push-to-github": "git add . && git commit -m 'update' && git push",
"npm-publish": "npm publish"
},
"author": "Xie Ting Pear Limited",
"license": "MIT",
"homepage": "https://pear.hk",
"keywords": [
"WebRTC",
"video",
"player",
"p2p",
"peer-to-peer",
"peers",
"streaming",
"multiple source",
"torrent",
"web torrent",
"webrtc data channel",
"webtorrent"
]
}
JavaScript
1
https://gitee.com/mxf_xixi/PearPlayer.js.git
git@gitee.com:mxf_xixi/PearPlayer.js.git
mxf_xixi
PearPlayer.js
PearPlayer.js
master

搜索帮助