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>2013-10-27 05:08:57 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-10-27 05:08:57 +0400
commit7694d57926fcfa12c4bdeed0a0721459e494e691 (patch)
treee6a8fff5ce4aa4696ad786ad403487959f6fa934 /package.json
parenta64446d811fd9b5d676e7cb886a4e4f4072d99bb (diff)
some DHT progress (not working)
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index adc5f67..fdd9efc 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,12 @@
"main": "index.js",
"dependencies": {
"itty-bitty-torrent": "~0.1.2",
- "browserify": "~2.34.1"
+ "browserify": "~2.34.1",
+ "core-util-is": "~1.0.0",
+ "bncode": "~0.2.3",
+ "bagpipe": "~0.3.5",
+ "compact2string": "~1.0.0",
+ "async": "~0.2.9"
},
"devDependencies": {},
"scripts": {