summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-21 16:52:41 +0300
committerYuval Adam <_@yuv.al>2017-10-21 16:52:41 +0300
commit2bd9dea6e0dbf22af1893f8963a6e8d872daa1d4 (patch)
treeb365b2e6822692f247da80b1359b8fa3c55a7867 /package.json
parent1a0e8e97f2000186045cb45fee2b69ce9cffdf5f (diff)
Implement fetchLatestImages()
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9cd1be2..572e8b5 100644
--- a/package.json
+++ b/package.json
@@ -7,9 +7,12 @@
"author": "Yuval Adam <_@yuv.al>",
"license": "MIT",
"dependencies": {
+ "aws-sdk": "^2.138.0",
"express": "^4.16.2",
"mapbox-gl": "^0.40.1",
"pug": "^2.0.0-rc.4",
+ "redis": "^2.8.0",
+ "request": "^2.83.0",
"vue": "^2.4.4",
"vue-slider-component": "^2.4.3"
},