cdnbye
Version:
Let your viewers become your unlimitedly scalable CDN.
37 lines (36 loc) • 863 B
JSON
{
"name": "cdnbye",
"version": "1.22.1",
"description": "Let your viewers become your unlimitedly scalable CDN.",
"main": "./dist/hls.min.js",
"types": "./dist/hls.min.d.ts",
"files": [
"dist"
],
"scripts": {
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release v1.22.1' && git push",
"git-pull": "git pull origin master",
"publish": "npm publish",
"test": "webpack --progress --env.test-bundle"
},
"repository": {
"type": "git",
"url": "https://github.com/cdnbye/hlsjs-p2p-engine.git"
},
"author": "cdnbye",
"license": "MIT",
"keywords": [
"html5",
"WebRTC",
"video",
"mse",
"player",
"p2p",
"peer-to-peer",
"hls",
"cdnbye",
"bittorrent",
"webrtc data channel",
"http live streaming"
]
}