-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 917 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "cdnbye-dash",
"version": "0.7.5",
"description": "Let your viewers become your unlimitedly scalable CDN.",
"main": "./dist/dashjs-p2p-engine.min.js",
"types": "./dist/dashjs-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.7.5' && git push origin master",
"git-pull": "git pull origin master",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cdnbye/dashjs-p2p-engine"
},
"author": "cdnbye",
"license": "ISC",
"keywords": [
"html5",
"WebRTC",
"video",
"mse",
"player",
"p2p",
"peer-to-peer",
"dash",
"dashjs",
"cdnbye",
"bittorrent",
"webrtc data channel",
"MPEG-dash"
]
}