forked from PearInc/PearDownloader.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·53 lines (53 loc) · 1.37 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
53
{
"name": "peardownloader",
"version": "1.1.15",
"description": "",
"main": "./dist/pear-downloader.js",
"dependencies": {
"axios": "^0.17.1",
"babili": "^0.1.4",
"blueimp-md5": "^2.7.0",
"buffer": "^5.0.6",
"debug": "^3.1.0",
"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": {
"build-downloader": "browserify ./src/index.downloader.js -s PearDownloader > ./dist/pear-downloader.js",
"uglify-downloader": "browserify -s PearDownloader -e ./src/index.downloader.js | babili > ./dist/pear-downloader.min.js",
"pull-from-github": "git pull",
"push-to-github": "git add . && git commit -m 'update' && git push",
"npm-publish": "npm publish",
"copy-to-player-project": "cp -r ./src/* ../PearPlayer.js/src"
},
"author": "Xie Ting Pear Limited",
"license": "MIT",
"homepage": "https://pear.hk",
"keywords": [
"WebRTC",
"video",
"downloader",
"p2p",
"p2p-CDN",
"peer-to-peer",
"peers",
"streaming",
"multiple source",
"torrent",
"web torrent",
"webrtc data channel",
"webtorrent"
],
"false": {}
}