forked from webtorrent/webtorrent-hybrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 932 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
{
"name": "webtorrent-hybrid",
"description": "Streaming torrent client",
"version": "1.0.0",
"author": {
"name": "Feross Aboukhadijeh",
"email": "[email protected]",
"url": "http://feross.org/"
},
"bin": "./bin/cmd.js",
"bugs": {
"url": "https://github.com/feross/webtorrent-hybrid/issues"
},
"dependencies": {
"create-torrent": "^3.23.1",
"electron-webrtc": "^0.1.0",
"webtorrent": "0.x",
"webtorrent-cli": "^1.0.1"
},
"devDependencies": {
"standard": "^6.0.8"
},
"homepage": "http://webtorrent.io",
"keywords": [
"bittorrent",
"bittorrent client",
"download",
"mad science",
"streaming",
"torrent",
"webrtc",
"webrtc data",
"webtorrent"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/webtorrent-hybrid.git"
},
"scripts": {
"test": "standard"
}
}