aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-11 16:27:07 +0200
committerChocobozzz <me@florianbigard.com>2018-09-13 14:05:49 +0200
commitc48e82b5e0478434de30626d14594a97f2402e7c (patch)
treea78e5272bd0fe4f5b41831e571e02d05f1515b82 /package.json
parenta651038487faa838bda3ce04695b08bc65baff70 (diff)
downloadPeerTube-c48e82b5e0478434de30626d14594a97f2402e7c.tar.gz
PeerTube-c48e82b5e0478434de30626d14594a97f2402e7c.tar.zst
PeerTube-c48e82b5e0478434de30626d14594a97f2402e7c.zip
Basic video redundancy implementation
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index fafe4b296..5a8843b0c 100644
--- a/package.json
+++ b/package.json
@@ -86,6 +86,7 @@
86 "bluebird": "^3.5.0", 86 "bluebird": "^3.5.0",
87 "body-parser": "^1.12.4", 87 "body-parser": "^1.12.4",
88 "bull": "^3.4.2", 88 "bull": "^3.4.2",
89 "bytes": "^3.0.0",
89 "commander": "^2.13.0", 90 "commander": "^2.13.0",
90 "concurrently": "^4.0.1", 91 "concurrently": "^4.0.1",
91 "config": "^2.0.1", 92 "config": "^2.0.1",
@@ -145,6 +146,7 @@
145 "@types/bluebird": "3.5.21", 146 "@types/bluebird": "3.5.21",
146 "@types/body-parser": "^1.16.3", 147 "@types/body-parser": "^1.16.3",
147 "@types/bull": "^3.3.12", 148 "@types/bull": "^3.3.12",
149 "@types/bytes": "^3.0.0",
148 "@types/chai": "^4.0.4", 150 "@types/chai": "^4.0.4",
149 "@types/chai-json-schema": "^1.4.3", 151 "@types/chai-json-schema": "^1.4.3",
150 "@types/chai-xml": "^0.3.1", 152 "@types/chai-xml": "^0.3.1",