aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-05-03 22:41:46 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-05-03 22:41:46 +0200
commit3a8a8b51228070d8e6a01ea6e460534aa0a20efc (patch)
tree00dadc882a50079ea29b28078ed45a8efc4fec3d /package.json
parent6d8ada5f24b245d3c84d29d65013f5315cbeff27 (diff)
downloadPeerTube-3a8a8b51228070d8e6a01ea6e460534aa0a20efc.tar.gz
PeerTube-3a8a8b51228070d8e6a01ea6e460534aa0a20efc.tar.zst
PeerTube-3a8a8b51228070d8e6a01ea6e460534aa0a20efc.zip
Video duration support (server)
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 85b383a69..746a0d968 100644
--- a/package.json
+++ b/package.json
@@ -52,6 +52,7 @@
52 "express": "^4.12.4", 52 "express": "^4.12.4",
53 "express-oauth-server": "https://github.com/Chocobozzz/express-oauth-server", 53 "express-oauth-server": "https://github.com/Chocobozzz/express-oauth-server",
54 "express-validator": "^2.11.0", 54 "express-validator": "^2.11.0",
55 "fluent-ffmpeg": "^2.1.0",
55 "js-yaml": "^3.5.4", 56 "js-yaml": "^3.5.4",
56 "lodash": "^4.11.1", 57 "lodash": "^4.11.1",
57 "mkdirp": "^0.5.1", 58 "mkdirp": "^0.5.1",