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:
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": {