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 09:08:36 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-10-27 09:08:58 +0400
commit0c20c6ab1a4a80293d9a70916615ff6e14368b79 (patch)
treefe8b6b354a6a3576ea88f15291dad9b4ba2557fb /package.json
parent0d640d575d9a9e1a25b295450ae626f18ce1eb34 (diff)
DHT for the Chrome App
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json
index fdd9efc..0d6381d 100644
--- a/package.json
+++ b/package.json
@@ -4,13 +4,12 @@
"description": "A streaming torrent client in your browser, powered by webRTC data channels (no install)",
"main": "index.js",
"dependencies": {
- "itty-bitty-torrent": "~0.1.2",
- "browserify": "~2.34.1",
- "core-util-is": "~1.0.0",
+ "async": "~0.2.9",
"bncode": "~0.2.3",
- "bagpipe": "~0.3.5",
+ "browserify": "~2.34.1",
"compact2string": "~1.0.0",
- "async": "~0.2.9"
+ "core-util-is": "~1.0.0",
+ "itty-bitty-torrent": "~0.1.2"
},
"devDependencies": {},
"scripts": {