mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-19 04:31:36 +00:00
Merge pull request #328 from webtorrent/chromeapp
Add "chromeapp" field to `package.json`
This commit is contained in:
commit
6b68180d68
@ -16,6 +16,10 @@
|
|||||||
"./lib/client/udp-tracker.js": false,
|
"./lib/client/udp-tracker.js": false,
|
||||||
"./server.js": false
|
"./server.js": false
|
||||||
},
|
},
|
||||||
|
"chromeapp": {
|
||||||
|
"./server.js": false,
|
||||||
|
"dgram": "chrome-dgram"
|
||||||
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/webtorrent/bittorrent-tracker/issues"
|
"url": "https://github.com/webtorrent/bittorrent-tracker/issues"
|
||||||
},
|
},
|
||||||
@ -23,6 +27,7 @@
|
|||||||
"bencode": "^2.0.0",
|
"bencode": "^2.0.0",
|
||||||
"bittorrent-peerid": "^1.0.2",
|
"bittorrent-peerid": "^1.0.2",
|
||||||
"bn.js": "^5.0.0",
|
"bn.js": "^5.0.0",
|
||||||
|
"chrome-dgram": "^3.0.2",
|
||||||
"compact2string": "^1.2.0",
|
"compact2string": "^1.2.0",
|
||||||
"debug": "^4.0.1",
|
"debug": "^4.0.1",
|
||||||
"ip": "^1.0.1",
|
"ip": "^1.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user