-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
54 lines (54 loc) · 1.19 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
{
"name": "torrent-live",
"description": "Making torrents more private and live streaming inside browsers - Dynamic torrent blocklist",
"version": "0.1.2",
"author": {
"name": "Aymeric Vitte",
"email": "contact@peersm.com",
"url": "http://www.peersm.com"
},
"homepage": "http://torrent-live.org",
"keywords": [
"torrent",
"blocklist",
"dynamic",
"bep42",
"bittorrent",
"dht",
"distributed hash table",
"protocol",
"peer",
"p2p",
"peer-to-peer",
"privacy",
"anonymity",
"streaming",
"freerider",
"spies",
"TV"
],
"dependencies": {
"bitfield": "^0.1.0",
"bittorrent-tracker": "^2.6.0",
"bncode": "^0.5.2",
"compact2string": "^1.2.0",
"dnsbl-lookup": "^0.3.2",
"end-of-stream": "^0.1.4",
"hat": "0.0.3",
"ip": "^0.3.0",
"ip-set": "^1.0.0",
"magnet-uri": "^2.0.1",
"mkdirp": "^0.3.5",
"parse-torrent": "^4.0.0",
"random-access-file": "^0.3.1",
"rimraf": "^2.2.5",
"thunky": "^0.1.0",
"bittorrent-nodeid": "^1.0.0"
},
"license": "MIT",
"main": "freerider.js",
"repository": {
"type": "git",
"url": "git://github.com/Ayms/torrent-live.git"
}
}