1 Star 0 Fork 58

laizhilong / hlsjs-p2p-engine

forked from cdnbye / hlsjs-p2p-engine 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
snowinszu 提交于 2018-06-10 22:21 . add API doc
{
"name": "cdnbye",
"version": "0.1.1",
"description": "This JS library implements WebRTC datachannel to scale live/vod video streaming by peer-to-peer network using bittorrent-like protocol",
"main": "./dist/hls.min.js",
"scripts": {
"bundle-engine": "webpack --progress --env.bundle-engine",
"bundle-hlsjs": "webpack --progress --env.bundle-hlsjs",
"release-engine": "webpack --progress --env.release-engine",
"release-hlsjs": "webpack --progress --env.release-hlsjs",
"release-hlsjs-light": "webpack --progress --env.release-hlsjs-light",
"publish": "npm publish",
"git-push": "git add . && git commit -m 'add API doc' && git push origin master",
"test": "webpack --progress --env.test-bundle"
},
"repository": {
"type": "git",
"url": "https://github.com/cdnbye/hlsjs-p2p-engine.git"
},
"author": "TimmyXie",
"license": "MIT",
"dependencies": {
"cdnbye-core": "^0.0.5",
"hls.js": "^0.8.9",
"reconnecting-websocket": "^3.2.2",
"ua-parser-js": "^0.7.17"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"mocha": "^4.1.0",
"node-static": "^0.7.10",
"webpack": "^3.10.0",
"websocket": "^1.0.25"
},
"keywords": [
"html5",
"WebRTC",
"video",
"mse",
"player",
"p2p",
"peer-to-peer",
"hls",
"mesh",
"webrtc data channel",
"http live streaming"
]
}
JavaScript
1
https://gitee.com/sikys/hlsjs-p2p-engine.git
git@gitee.com:sikys/hlsjs-p2p-engine.git
sikys
hlsjs-p2p-engine
hlsjs-p2p-engine
master

搜索帮助