UNPKG

843 BJSONView Raw
1{
2 "name": "cdnbye",
3 "version": "1.21.0",
4 "description": "Let your viewers become your unlimitedly scalable CDN.",
5 "main": "./dist/hls.min.js",
6 "files": [
7 "dist"
8 ],
9 "scripts": {
10 "git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release v1.21.0' && git push origin master",
11 "git-pull": "git pull origin master",
12 "publish": "npm publish",
13 "test": "webpack --progress --env.test-bundle"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/cdnbye/hlsjs-p2p-engine.git"
18 },
19 "author": "cdnbye",
20 "license": "MIT",
21 "keywords": [
22 "html5",
23 "WebRTC",
24 "video",
25 "mse",
26 "player",
27 "p2p",
28 "peer-to-peer",
29 "hls",
30 "cdnbye",
31 "bittorrent",
32 "webrtc data channel",
33 "http live streaming"
34 ]
35}