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.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/package.json b/package.json
index 8d0b28d..56a597d 100644
--- a/package.json
+++ b/package.json
@@ -15,23 +15,24 @@
},
"dependencies": {
"bittorrent-client": "0.0.x",
- "numeral": "^1.5.3",
- "network-address": "0.0.4",
"chalk": "^0.4.0",
"clivas": "^0.1.4",
"concat-stream": "^1.4.4",
+ "extend.js": "^0.0.1",
"inherits": "^2.0.1",
+ "mime": "^1.2.11",
"minimist": "^0.0.8",
+ "mkdirp": "^0.3.5",
"moment": "^2.6.0",
- "mime": "^1.2.11",
+ "network-address": "0.0.4",
+ "numeral": "^1.5.3",
+ "once": "^1.3.0",
"pump": "^0.3.2",
- "range-parser": "^1.0.0",
- "windows-no-runnable": "~0.0.6",
"random-access-file": "^0.3.1",
+ "range-parser": "^1.0.0",
"rimraf": "^2.2.5",
"thunky": "^0.1.0",
- "mkdirp": "^0.3.5",
- "extend.js": "^0.0.1"
+ "windows-no-runnable": "~0.0.6"
},
"devDependencies": {
"tape": "2.x"