swarmcloud-hls
Version:
Let your viewers become your unlimitedly scalable CDN.
40 lines (39 loc) • 940 B
JSON
{
"name": "swarmcloud-hls",
"version": "2.15.10",
"description": "Let your viewers become your unlimitedly scalable CDN.",
"main": "./dist/p2p-engine.min.js",
"module": "./dist/p2p-engine.es.min.js",
"types": "./dist/p2p-engine.min.d.ts",
"files": [
"dist/*.js",
"dist/*.ts"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release v2.14.5' && git push -u origin main",
"git-pull": "git pull origin master"
},
"repository": {
"type": "git",
"url": "https://github.com/swarm-cloud/hls-p2p-engine.git"
},
"author": "swarmcloud",
"license": "MIT",
"keywords": [
"html5",
"WebRTC",
"video",
"ios",
"p2p",
"peer-to-peer",
"hls",
"hls.js",
"cdnbye",
"bittorrent",
"webrtc data channel",
"http live streaming"
]
}