forked from PearInc/PearPlayer.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 1.29 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "pearplayer",
"version": "2.5.10",
"description": "",
"main": "./dist/pear-player.js",
"dependencies": {
"axios": "^0.17.1",
"babili": "^0.1.4",
"blueimp-md5": "^2.7.0",
"buffer": "^5.0.6",
"end-of-stream": "^1.4.0",
"events": "^1.1.1",
"fs-chunk-store": "^1.6.5",
"inherits": "^2.0.3",
"jquery": "^3.2.1",
"mp4box": "^0.3.15",
"parse-torrent": "^5.8.3",
"parse-torrent-file": "^4.1.0",
"readable-stream": "^2.2.9",
"render-media": "^2.10.0",
"rusha": "^0.8.13",
"webtorrent": "^0.98.16"
},
"devDependencies": {
"copy": "^0.1.2",
"del": "^2.0.2"
},
"scripts": {
"build-player": "browserify index.player.js -s PearPlayer > ./dist/pear-player.js",
"uglify-player": "browserify -s PearPlayer -e ./index.player.js | babili > ./dist/pear-player.min.js",
"pull-from-github": "git pull",
"push-to-github": "git add . && git commit -m 'update' && git push",
"npm-publish": "npm publish"
},
"author": "Xie Ting Pear Limited",
"license": "MIT",
"homepage": "https://pear.hk",
"keywords": [
"WebRTC",
"video",
"player",
"p2p",
"peer-to-peer",
"peers",
"streaming",
"multiple source",
"torrent",
"web torrent",
"webrtc data channel",
"webtorrent"
]
}