aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-04-14 22:06:11 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-04-14 22:06:11 +0200
commit0c1cbbfe29d91c95f9c574b57adf067654b8b5b4 (patch)
treeb61e48caedea8881cbfd1159295f6c311b35be90 /package.json
parentc9bf7d30bd688e84b12dca03029dde6e9645a997 (diff)
downloadPeerTube-0c1cbbfe29d91c95f9c574b57adf067654b8b5b4.tar.gz
PeerTube-0c1cbbfe29d91c95f9c574b57adf067654b8b5b4.tar.zst
PeerTube-0c1cbbfe29d91c95f9c574b57adf067654b8b5b4.zip
Add authentications for routes that need it and adapts the tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 076cf6fdb..678804ed2 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
48 "dezalgo": "^1.0.3", 48 "dezalgo": "^1.0.3",
49 "electron-spawn": "https://github.com/Chocobozzz/electron-spawn", 49 "electron-spawn": "https://github.com/Chocobozzz/electron-spawn",
50 "express": "^4.12.4", 50 "express": "^4.12.4",
51 "express-oauth-server": "https://github.com/oauthjs/express-oauth-server", 51 "express-oauth-server": "https://github.com/Chocobozzz/express-oauth-server",
52 "express-validator": "^2.11.0", 52 "express-validator": "^2.11.0",
53 "js-yaml": "^3.5.4", 53 "js-yaml": "^3.5.4",
54 "lodash-node": "^3.10.2", 54 "lodash-node": "^3.10.2",