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:
authorfisch0920 <fisch0920@gmail.com>2014-05-16 12:43:18 +0400
committerfisch0920 <fisch0920@gmail.com>2014-05-16 12:43:18 +0400
commitda72f6bbe213f98575e1bf01f6cd17ee331bcf53 (patch)
treeac66940f4ddb11fa38d5427a79f3209f4f12a761 /package.json
parent1529dcff555bba3abe9a67e93d030548fdb8863f (diff)
adding FSStorage; webtorrent now can save the results of a torrent download to the filesystem
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 12eabce..8d0b28d 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,12 @@
"mime": "^1.2.11",
"pump": "^0.3.2",
"range-parser": "^1.0.0",
- "windows-no-runnable": "~0.0.6"
+ "windows-no-runnable": "~0.0.6",
+ "random-access-file": "^0.3.1",
+ "rimraf": "^2.2.5",
+ "thunky": "^0.1.0",
+ "mkdirp": "^0.3.5",
+ "extend.js": "^0.0.1"
},
"devDependencies": {
"tape": "2.x"