forked from webtorrent/webtorrent-hybrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 975 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
47
{
"name": "webtorrent-hybrid",
"description": "Streaming torrent client",
"version": "1.0.6",
"author": {
"name": "WebTorrent, LLC",
"email": "feross@webtorrent.io",
"url": "https://webtorrent.io"
},
"bin": "./bin/cmd.js",
"bugs": {
"url": "https://github.com/webtorrent/webtorrent-hybrid/issues"
},
"dependencies": {
"create-torrent": "^3.23.1",
"electron-webrtc": "^0.3.0",
"webtorrent": "0.x",
"webtorrent-cli": "^1.0.1"
},
"devDependencies": {
"standard": "*"
},
"engines": {
"node": ">=4"
},
"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/webtorrent/webtorrent-hybrid.git"
},
"scripts": {
"test": "standard"
}
}