forked from webtorrent/webtorrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.46 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
67
{
"name": "webtorrent",
"description": "Streaming torrent client",
"version": "0.5.2",
"author": {
"name": "Feross Aboukhadijeh",
"email": "[email protected]",
"url": "http://feross.org/"
},
"bin": {
"webtorrent": "./bin/cmd.js"
},
"bugs": {
"url": "https://github.com/feross/webtorrent/issues"
},
"dependencies": {
"airplay-js": "^0.2.1",
"bittorrent-client": "0.x",
"chromecast-js": "0.0.5",
"clivas": "^0.1.4",
"concat-stream": "^1.4.4",
"debug": "^1.0.4",
"extend.js": "^0.0.1",
"inherits": "^2.0.1",
"mime": "^1.2.11",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"moment": "^2.8.2",
"network-address": "0.0.4",
"numeral": "^1.5.3",
"once": "^1.3.0",
"parse-torrent": "^2.1.2",
"pump": "^0.3.2",
"random-access-file": "^0.3.1",
"range-parser": "^1.0.0",
"rimraf": "^2.2.5",
"run-parallel": "^1.0.0",
"thunky": "^0.1.0",
"windows-no-runnable": "~0.0.6"
},
"devDependencies": {
"tape": "2.x",
"zelda": "^2.0.0"
},
"homepage": "http://webtorrent.io",
"keywords": [
"torrent",
"bittorrent",
"bittorrent client",
"streaming",
"download",
"webrtc",
"webrtc data",
"webtorrent",
"mad science"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/webtorrent.git"
},
"scripts": {
"start": "./bin/cmd.js",
"test": "tape test/*.js"
}
}