-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
66 lines (66 loc) · 1.52 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "webtorrent-cli",
"description": "WebTorrent, the streaming torrent client. For the command line.",
"version": "1.2.3",
"author": {
"name": "WebTorrent, LLC",
"email": "[email protected]",
"url": "https://webtorrent.io"
},
"bin": {
"webtorrent": "./bin/cmd.js"
},
"bugs": {
"url": "https://github.com/feross/webtorrent-cli/issues"
},
"dependencies": {
"bencode": "^0.10.0",
"clivas": "^0.2.0",
"create-torrent": "^3.23.1",
"ed25519-supercop": "^1.0.2",
"executable": "^3.0.0",
"minimist": "^1.2.0",
"moment": "^2.12.0",
"network-address": "^1.1.0",
"parse-torrent": "^5.7.3",
"prettier-bytes": "^1.0.3",
"vlc-command": "^1.0.0",
"webtorrent": "0.x",
"winreg": "^1.0.1"
},
"devDependencies": {
"cross-spawn-async": "^2.1.9",
"standard": "^6.0.8",
"tape": "^4.5.1",
"webtorrent-fixtures": "^1.2.0",
"xtend": "^4.0.1"
},
"homepage": "https://webtorrent.io",
"keywords": [
"bittorrent",
"bittorrent client",
"download",
"mad science",
"streaming",
"torrent",
"webrtc",
"webrtc data",
"webtorrent"
],
"license": "MIT",
"main": "index.js",
"optionalDependencies": {
"airplay-js": "^0.2.3",
"chromecasts": "^1.5.3",
"nodebmc": "0.0.6"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/feross/webtorrent-cli.git"
},
"scripts": {
"test": "standard && tape test.js",
"update-authors": "./bin/update-authors.sh"
}
}