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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index dd29294..9a38b4e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "webtorrent",
"version": "0.1.0",
- "description": "A streaming torrent client in your browser, powered by webRTC data channels (no install)",
+ "description": "A streaming torrent client in your browser, powered by webRTC and black magic.",
"main": "index.js",
"dependencies": {
"async": "0.x",
@@ -21,7 +21,7 @@
},
"devDependencies": {
"tape": "*",
- "call-log": "~0.1.0"
+ "call-log": "*"
},
"scripts": {
"test": "tape test/*.js"