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:
-rw-r--r--package.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/package.json b/package.json
index 8b74a2b..dd29294 100644
--- a/package.json
+++ b/package.json
@@ -4,20 +4,20 @@
"description": "A streaming torrent client in your browser, powered by webRTC data channels (no install)",
"main": "index.js",
"dependencies": {
- "async": "~0.2.9",
- "bitfield": "~0.1.0",
- "bncode": "feross/bencode.js#master",
- "bops": "~0.1.0",
- "browserify": "~2.34.1",
- "chrome-app-socket": "~0.1.0",
- "compact2string": "feross/node-compact2string#master",
- "core-util-is": "~1.0.0",
- "envify": "~0.2.0",
- "hat": "0.0.3",
- "itty-bitty-torrent": "~0.1.2",
- "magnet-uri": "~0.1.0",
- "read-torrent": "~0.2.0",
- "speedometer": "~0.1.2"
+ "async": "0.x",
+ "bitfield": "0.x",
+ "bncode": "0.x",
+ "bops": "0.x",
+ "browserify": "2.x",
+ "chrome-app-socket": "0.x",
+ "compact2string": "1.x",
+ "core-util-is": "1.x",
+ "envify": "0.x",
+ "hat": "0.x",
+ "itty-bitty-torrent": "*",
+ "magnet-uri": "0.x",
+ "read-torrent": "0.x",
+ "speedometer": "0.x"
},
"devDependencies": {
"tape": "*",