-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.29 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
{
"name": "bittorrent-client",
"description": "Simple, robust, streaming bittorrent client.",
"version": "0.4.0",
"author": {
"name": "Feross Aboukhadijeh",
"email": "[email protected]",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/bittorrent-client/issues"
},
"dependencies": {
"bitfield": "^1.0.2",
"bittorrent-dht": "^2.0.0",
"bittorrent-swarm": "^0.12.0",
"bittorrent-tracker": "^2.0.0",
"debug": "^1.0.0",
"end-of-stream": "^1.0.0",
"extend.js": "^0.0.1",
"hat": "0.0.3",
"inherits": "^2.0.1",
"ip": "^0.3.0",
"magnet-uri": "^2.0.1",
"once": "^1.3.0",
"parse-torrent": "^1.2.0",
"portfinder": "^0.2.1",
"run-parallel": "^1.0.0",
"speedometer": "^0.1.2",
"ut_metadata": "^2.1.0",
"ut_pex": "^1.0.0"
},
"devDependencies": {
"block-stream": "0.0.7",
"run-auto": "^1.0.0",
"tape": "^2.13.1"
},
"homepage": "http://webtorrent.io",
"keywords": [
"torrent",
"bittorrent",
"bittorrent client",
"streaming",
"download",
"webtorrent",
"mad science"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/bittorrent-client.git"
},
"scripts": {
"test": "tape test/*.js"
}
}