aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-16 14:22:16 +0200
committerChocobozzz <me@florianbigard.com>2018-07-16 14:31:40 +0200
commitf4001cf408a99049d01a356bfb20a62342de06ea (patch)
tree421776dfe64335dca2725ac3ac5f3b3e6b7564c6 /package.json
parent16f7022b06fb76c0b00c23c970bc8df605b0ec63 (diff)
downloadPeerTube-f4001cf408a99049d01a356bfb20a62342de06ea.tar.gz
PeerTube-f4001cf408a99049d01a356bfb20a62342de06ea.tar.zst
PeerTube-f4001cf408a99049d01a356bfb20a62342de06ea.zip
Handle .srt subtitles
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 96b082363..586db76f4 100644
--- a/package.json
+++ b/package.json
@@ -121,6 +121,7 @@
121 "sequelize": "4.38.0", 121 "sequelize": "4.38.0",
122 "sequelize-typescript": "0.6.6-beta.1", 122 "sequelize-typescript": "0.6.6-beta.1",
123 "sharp": "^0.20.0", 123 "sharp": "^0.20.0",
124 "srt-to-vtt": "^1.1.2",
124 "uuid": "^3.1.0", 125 "uuid": "^3.1.0",
125 "validator": "^10.2.0", 126 "validator": "^10.2.0",
126 "webfinger.js": "^2.6.6", 127 "webfinger.js": "^2.6.6",