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:
authorFeross Aboukhadijeh <feross@feross.org>2016-03-29 03:56:02 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-03-29 04:02:08 +0300
commit4c21d2d154a4775e3f706426acc4625f7db0a53a (patch)
treeb01b7144dcc6fb580a8ff97180dec5e8ac9b9a38 /package.json
parent0ee69bc16de506d64ec6c5af657a012c1edba43b (diff)
Deprecate bittorrent-swarm, inline into webtorrent
bittorrent-swarm and the Torrent object in webtorrent are very coupled. It doesn't make much sense to publish them separately, as bittorrent-swarm can't be used independently.
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 11 insertions, 3 deletions
diff --git a/package.json b/package.json
index 53da356..ff586d7 100644
--- a/package.json
+++ b/package.json
@@ -9,9 +9,11 @@
},
"browser": {
"./lib/server.js": false,
+ "./lib/tcp-pool.js": false,
"bittorrent-dht/client": false,
"fs-chunk-store": "memory-chunk-store",
"load-ip-set": false,
+ "net": false,
"os": false,
"path-exists": false,
"ut_pex": false
@@ -28,14 +30,14 @@
"addr-to-ip-port": "^1.0.1",
"bitfield": "^1.0.2",
"bittorrent-dht": "^7.0.0",
- "bittorrent-swarm": "^7.1.0",
+ "bittorrent-protocol": "^2.0.0",
"chunk-store-stream": "^2.0.0",
"cpus": "^1.0.0",
"create-torrent": "^3.4.0",
"debug": "^2.1.0",
"end-of-stream": "^1.0.0",
"fs-chunk-store": "^1.3.4",
- "hat": "0.0.3",
+ "hat": "^0.0.3",
"immediate-chunk-store": "^1.0.7",
"inherits": "^2.0.1",
"load-ip-set": "^1.0.3",
@@ -54,6 +56,7 @@
"render-media": "^2.0.0",
"run-parallel": "^1.0.0",
"run-parallel-limit": "^1.0.2",
+ "simple-get": "^2.0.0",
"simple-peer": "^6.0.0",
"simple-sha1": "^2.0.0",
"speedometer": "^1.0.0",
@@ -75,9 +78,9 @@
"electron-prebuilt": "^0.37.2",
"finalhandler": "^0.4.0",
"network-address": "^1.1.0",
+ "portfinder": "^1.0.0",
"run-series": "^1.0.2",
"serve-static": "^1.9.3",
- "simple-get": "^2.0.0",
"standard": "^6.0.1",
"tape": "^4.0.0",
"uglify-js": "^2.4.15",
@@ -90,8 +93,13 @@
"bittorrent client",
"download",
"mad science",
+ "p2p",
+ "peer-to-peer",
+ "peers",
"streaming",
+ "swarm",
"torrent",
+ "web torrent",
"webrtc",
"webrtc data",
"webtorrent"