forked from PearInc/PearPlayer.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1020 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
38
39
40
41
42
43
44
45
46
{
"name": "pearplayer",
"version": "2.1.1",
"description": "",
"main": "index.js",
"dependencies": {
"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",
"readable-stream": "^2.2.9",
"render-media": "^2.10.0",
"webtorrent": "^0.98.16"
},
"devDependencies": {
"copy": "^0.1.2",
"del": "^2.0.2"
},
"scripts": {
"test": "",
"build": "browserify index.js -s PearPlayer > pear-player.js",
"uglify": "browserify -s PearPlayer -e ./ | babili > ./dist/pear-player.min.js"
},
"author": "Xie Ting Pear Limited",
"license": "ISC",
"homepage": "https://pear.hk",
"keywords": [
"WebRTC",
"video",
"player",
"p2p",
"peer-to-peer",
"peers",
"streaming",
"multiple source",
"torrent",
"web torrent",
"webrtc data channel",
"webtorrent"
]
}