aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-07-12 11:56:02 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-07-12 11:56:02 +0200
commitf981dae8617271a2dc713bb683951730b306e0c5 (patch)
treeecee631766bc1b98c20a7836479fed40850c5a56 /package.json
parent075f16caac5236cb04c98ae7b3a989766d764bb3 (diff)
downloadPeerTube-f981dae8617271a2dc713bb683951730b306e0c5.tar.gz
PeerTube-f981dae8617271a2dc713bb683951730b306e0c5.tar.zst
PeerTube-f981dae8617271a2dc713bb683951730b306e0c5.zip
Add previews cache system between pods
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index b875f5c26..d6da61975 100644
--- a/package.json
+++ b/package.json
@@ -47,6 +47,7 @@
47 }, 47 },
48 "dependencies": { 48 "dependencies": {
49 "async": "^2.0.0", 49 "async": "^2.0.0",
50 "async-lru": "^1.1.1",
50 "bcrypt": "^1.0.2", 51 "bcrypt": "^1.0.2",
51 "bittorrent-tracker": "^9.0.0", 52 "bittorrent-tracker": "^9.0.0",
52 "bluebird": "^3.5.0", 53 "bluebird": "^3.5.0",