diff options
| author | Chris Ball <chris@printf.net> | 2015-05-29 09:44:36 -0400 |
|---|---|---|
| committer | Chris Ball <chris@printf.net> | 2015-05-29 09:44:36 -0400 |
| commit | 9a0079ddc5382b44b65a25e04a178811008abae6 (patch) | |
| tree | 5f948ae5111f8a5cb492f4065ed767dab33c84c8 /package.json | |
| parent | d9693206fbce81539298dfec92376d6302c4c433 (diff) | |
Add missing dependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index db6579c..b519705 100644 --- a/package.json +++ b/package.json @@ -21,16 +21,19 @@ "chalk": "^1.0.0", "elliptic": "^3.0.3", "glob": "^5.0.6", + "hat": "^0.0.3", "inherits": "^2.0.1", "magnet-uri": "^4.0.0", + "prettyjson": "^1.1.2", "ut_gittorrent": "^0.1.0", "ut_metadata": "^2.7.3", - "webtorrent": "^0.32.0" + "webtorrent": "^0.32.0", + "zero-fill": "^2.2.1" }, "devDependencies": { "standard": "^3.1.1" }, - "homepage": "http://webtorrent.io", + "homepage": "http://gittorrent.org", "keywords": [ "torrent", "bittorrent", |
