diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-12-30 13:38:57 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-12-30 16:55:40 -1000 |
commit | bcb25299e3ad4af71de348fa62dc6027b80cdc12 (patch) | |
tree | 4813a62538f583847594a0e4b920632e15e72444 /package.json | |
parent | 2473135971009a727894d210dab0da72569f61a8 (diff) | |
download | patchfoo-bcb25299e3ad4af71de348fa62dc6027b80cdc12.tar.gz patchfoo-bcb25299e3ad4af71de348fa62dc6027b80cdc12.zip |
Serve files in zip blobs
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 76417ae..d4f48d7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,8 @@ "ssb-marked": "^0.7.1", "ssb-mentions": "http://localhost:8989/blobs/get/&GjuxknqKwJqHznKueFNCyIh52v1woz5PB41vqmoHfyM=.sha256", "ssb-sort": "^1.0.0", - "stream-to-pull-stream": "^1.7.2" + "stream-to-pull-stream": "^1.7.2", + "unzip": "^0.1.11" }, "scripts": { "start": "ssb-client ." |