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>2014-02-01 06:58:39 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-02-01 06:58:39 +0400
commit6fa27b9f38f7fd200a739c8b400821fef34eab54 (patch)
treeaa90ee40a0f1bed535ce7681552092225e793b89 /package.json
parent63cee64e8d5985cbf410cc7ce10a3263bf3eadfa (diff)
progress toward metadata support
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index 2d04656..c28ec4e 100644
--- a/package.json
+++ b/package.json
@@ -5,17 +5,19 @@
"homepage": "http://webtorrent.io",
"main": "index.js",
"dependencies": {
- "async": "~0.2.9",
+ "async": "~0.2.10",
"bittorrent-dht": "0.x",
"bittorrent-protocol": "0.x",
"bittorrent-swarm": "0.x",
+ "bncode": "~0.5.2",
"browserify": "3.x",
+ "browserify-shim": "~3.2.2",
"hat": "0.0.3",
+ "jquery": "~2.1.0",
"magnet-uri": "0.x",
"read-torrent": "~0.2.0",
"speedometer": "~0.1.2",
- "jquery": "~2.1.0",
- "browserify-shim": "~3.2.2"
+ "portfinder": "~0.2.1"
},
"devDependencies": {
"nodemon": "1.x",