UNPKG

1.4 kBJSONView Raw
1{
2 "name": "torrent-discovery",
3 "description": "Discover BitTorrent and WebTorrent peers",
4 "version": "9.4.0",
5 "author": {
6 "name": "WebTorrent LLC",
7 "email": "feross@webtorrent.io",
8 "url": "https://webtorrent.io"
9 },
10 "browser": {
11 "bittorrent-dht/client": false,
12 "bittorrent-lsd": false
13 },
14 "chromeapp": {},
15 "bugs": {
16 "url": "https://github.com/webtorrent/torrent-discovery/issues"
17 },
18 "dependencies": {
19 "bittorrent-dht": "^10.0.0",
20 "bittorrent-tracker": "^9.0.0",
21 "bittorrent-lsd": "^1.0.0",
22 "debug": "^4.0.0",
23 "run-parallel": "^1.1.2"
24 },
25 "devDependencies": {
26 "randombytes": "^2.0.3",
27 "standard": "*",
28 "tape": "^5.0.0"
29 },
30 "keywords": [
31 "webtorrent",
32 "torrent",
33 "bittorrent",
34 "peers",
35 "discovery",
36 "tracker",
37 "dht",
38 "lsd",
39 "trackers",
40 "find peers",
41 "peer-to-peer",
42 "peer discovery"
43 ],
44 "license": "MIT",
45 "main": "index.js",
46 "repository": {
47 "type": "git",
48 "url": "git://github.com/webtorrent/torrent-discovery.git"
49 },
50 "scripts": {
51 "test": "standard && tape test/*.js"
52 },
53 "funding": [
54 {
55 "type": "github",
56 "url": "https://github.com/sponsors/feross"
57 },
58 {
59 "type": "patreon",
60 "url": "https://www.patreon.com/feross"
61 },
62 {
63 "type": "consulting",
64 "url": "https://feross.org/support"
65 }
66 ]
67}