swarmcloud-vhs
Version:
Let your viewers become your unlimitedly scalable CDN.
34 lines (33 loc) • 800 B
JSON
{
"name": "swarmcloud-vhs",
"version": "0.2.0",
"description": "Let your viewers become your unlimitedly scalable CDN.",
"main": "./dist/vhs-p2p-engine.min.js",
"types": "./dist/vhs-p2p-engine.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 v0.1.8' && git push -u origin main",
"git-pull": "git pull origin master"
},
"repository": {
"type": "git",
"url": "https://github.com/swarm-cloud/vhs-p2p-engine.git"
},
"author": "swarmcloud",
"license": "MIT",
"keywords": [
"html5",
"WebRTC",
"video.js",
"http-streaming",
"vhs",
"DASH",
"HLS",
"p2p",
"peer-to-peer",
"cdnbye",
"swarmcloud"
]
}