We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3ec9da + 0227983 commit 6b68180Copy full SHA for 6b68180
package.json
@@ -16,13 +16,18 @@
16
"./lib/client/udp-tracker.js": false,
17
"./server.js": false
18
},
19
+ "chromeapp": {
20
+ "./server.js": false,
21
+ "dgram": "chrome-dgram"
22
+ },
23
"bugs": {
24
"url": "https://github.com/webtorrent/bittorrent-tracker/issues"
25
26
"dependencies": {
27
"bencode": "^2.0.0",
28
"bittorrent-peerid": "^1.0.2",
29
"bn.js": "^5.0.0",
30
+ "chrome-dgram": "^3.0.2",
31
"compact2string": "^1.2.0",
32
"debug": "^4.0.1",
33
"ip": "^1.0.1",
0 commit comments