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-24 05:23:44 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-02-24 05:23:44 +0400
commit60513a554a2f7537369260d06e3488d8dcd03a42 (patch)
tree0d7687693c7b689ca55400b0b1d47a9454de906c /package.json
parent7ef94bbd04cac03a956e8cc4fced16664f193d52 (diff)
send PORT message if peer supports DHT
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 53f9465..6602572 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
"bittorrent-protocol": "0.x",
"bittorrent-swarm": "0.x",
"bncode": "^0.5.2",
+ "brfs": "^0.2.1",
"browserify": "3.x",
"browserify-shim": "^3.2.2",
"chrome-portfinder": "^0.2.4",
@@ -38,8 +39,7 @@
"keymaster": "git://github.com/feross/keymaster",
"magnet-uri": "1.x",
"read-torrent": "^0.2.0",
- "speedometer": "^0.1.2",
- "brfs": "^0.2.1"
+ "speedometer": "^0.1.2"
},
"devDependencies": {
"nib": "^1.0.2",
@@ -75,4 +75,4 @@
"watch-css": "stylus --use nib css/main.styl --out chrome/ --watch",
"watch-js": "watchify --transform brfs index.js --outfile chrome/bundle.js --debug --verbose"
}
-}
+} \ No newline at end of file