diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-08 00:00:17 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-08 00:00:17 +0200 |
| commit | 30667f2ae2df7491eaf4c2f4776296c617f6602c (patch) | |
| tree | d29a2031a606c234b352b23d8d1b7012018d580f /package.json | |
| parent | 6dbf683b1d72251cd140f1a25626b2c2e92f763b (diff) | |
| download | apigrabber-30667f2ae2df7491eaf4c2f4776296c617f6602c.tar.gz apigrabber-30667f2ae2df7491eaf4c2f4776296c617f6602c.zip | |
implement sample downloads
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 2c49a8f..c989c6b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "", "main": "worker.js", "dependencies": { + "adm-zip": "^0.4.7", "amqplib": "^0.5.1", "request": "^2.81.0", "request-promise": "^4.2.0", |
