Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 54505ec..27415f5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "webtorrent",
"description": "Streaming torrent client",
- "version": "0.98.19",
+ "version": "0.98.21",
"author": {
"name": "WebTorrent, LLC",
"email": "feross@webtorrent.io",
@@ -28,22 +28,22 @@
"dependencies": {
"addr-to-ip-port": "^1.4.2",
"bitfield": "^1.1.2",
- "bittorrent-dht": "^7.2.2",
+ "bittorrent-dht": "^8.0.0",
"bittorrent-protocol": "^2.1.5",
"chunk-store-stream": "^2.0.2",
"create-torrent": "^3.24.5",
- "debug": "^2.2.0",
+ "debug": "^3.1.0",
"end-of-stream": "^1.1.0",
"fs-chunk-store": "^1.6.2",
"immediate-chunk-store": "^1.0.8",
"inherits": "^2.0.1",
"load-ip-set": "^1.2.7",
"memory-chunk-store": "^1.2.0",
- "mime": "^1.3.4",
+ "mime": "^2.2.0",
"multistream": "^2.0.5",
"package-json-versionify": "^1.0.2",
"parse-torrent": "^5.8.0",
- "pump": "^1.0.1",
+ "pump": "^3.0.0",
"random-iterate": "^1.0.1",
"randombytes": "^2.0.3",
"range-parser": "^1.2.0",
@@ -73,9 +73,9 @@
"babili": "^0.1.4",
"bittorrent-tracker": "^9.0.0",
"brfs": "^1.4.3",
- "browserify": "^14.0.0",
- "cross-spawn": "^5.0.1",
- "electron-prebuilt": "^0.37.8",
+ "browserify": "^16.0.0",
+ "cross-spawn": "^6.0.3",
+ "electron": "^1.7.8",
"finalhandler": "^1.0.0",
"network-address": "^1.1.0",
"run-series": "^1.1.4",