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-12-04 14:39:41 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-12-04 14:41:16 +0400
commit65ae8fd31e0eeefbf86452732ffdd99e9199c3bb (patch)
tree11dbdf739d1182f89fcd5395ef243a98072531ea /package.json
parent0b8ad8777d35eefe28f075c3a863f5bd6a74f8a3 (diff)
remove unused modules from package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/package.json b/package.json
index 9203665..87f0661 100644
--- a/package.json
+++ b/package.json
@@ -2,21 +2,17 @@
"name": "webtorrent",
"version": "0.1.0",
"description": "A streaming torrent client in your browser, powered by webRTC and black magic.",
+ "homepage": "http://webtorrent.io",
"main": "index.js",
"dependencies": {
"async": "0.x",
- "bitfield": "0.x",
"bittorrent-dht": "0.x",
- "bncode": "0.x",
- "bops": "0.x",
+ "bittorrent-protocol": "0.x",
"browserify": "2.x",
"chrome-dgram": "1.x",
"chrome-net": "1.x",
- "compact2string": "1.x",
"core-util-is": "1.x",
- "envify": "0.x",
"hat": "0.x",
- "itty-bitty-torrent": "*",
"magnet-uri": "0.x",
"read-torrent": "0.x",
"speedometer": "0.x"