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>2014-04-23 13:23:25 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-04-23 13:52:05 +0400
commit52ed7d792bdcbdf60e89c3791d340055ddaf9e9f (patch)
tree0149828a4f26948166e6bcc3f51aa40403253c02 /package.json
parentceb2719bc22dcc276e61b8aa8f6f384d9e93cf5a (diff)
cooler usage message
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0aec6e8..66bedbb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "webtorrent",
- "description": "Streaming BitTorrent client",
+ "description": "Streaming torrent client",
"version": "0.2.4",
"author": {
"name": "Feross Aboukhadijeh",
@@ -15,6 +15,7 @@
},
"dependencies": {
"bittorrent-client": "^0.0.0",
+ "chalk": "^0.4.0",
"clivas": "^0.1.4",
"inherits": "^2.0.1",
"mime": "^1.2.11",