aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-04-18 16:08:36 +0200
committerChocobozzz <me@florianbigard.com>2018-04-26 16:30:27 +0200
commit966eb053131b052e7fc3b3b3adaf2d27ff05d7a3 (patch)
tree885e4e483a0e91f5c106024513cdc3ead6177e63 /package.json
parent08c1efbe32244c321de28b0f2a6aaa3f99f46b58 (diff)
downloadPeerTube-966eb053131b052e7fc3b3b3adaf2d27ff05d7a3.tar.gz
PeerTube-966eb053131b052e7fc3b3b3adaf2d27ff05d7a3.tar.zst
PeerTube-966eb053131b052e7fc3b3b3adaf2d27ff05d7a3.zip
feature: initial syndication feeds tests for instance-wide feeds
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5776f9fc6..100e00f51 100644
--- a/package.json
+++ b/package.json
@@ -106,10 +106,13 @@
106 "@types/bcrypt": "^1.0.0", 106 "@types/bcrypt": "^1.0.0",
107 "@types/body-parser": "^1.16.3", 107 "@types/body-parser": "^1.16.3",
108 "@types/chai": "^4.0.4", 108 "@types/chai": "^4.0.4",
109 "@types/chai-json-schema": "^1.4.3",
110 "@types/chai-xml": "^0.3.1",
109 "@types/config": "^0.0.34", 111 "@types/config": "^0.0.34",
110 "@types/express": "^4.0.35", 112 "@types/express": "^4.0.35",
111 "@types/express-rate-limit": "^2.9.3", 113 "@types/express-rate-limit": "^2.9.3",
112 "@types/kue": "^0.11.8", 114 "@types/kue": "^0.11.8",
115 "@types/libxmljs": "^0.14.31",
113 "@types/lodash": "^4.14.64", 116 "@types/lodash": "^4.14.64",
114 "@types/magnet-uri": "^5.1.1", 117 "@types/magnet-uri": "^5.1.1",
115 "@types/maildev": "^0.0.1", 118 "@types/maildev": "^0.0.1",
@@ -129,6 +132,9 @@
129 "@types/webtorrent": "^0.98.4", 132 "@types/webtorrent": "^0.98.4",
130 "@types/ws": "^4.0.0", 133 "@types/ws": "^4.0.0",
131 "chai": "^4.1.1", 134 "chai": "^4.1.1",
135 "chai-json-schema": "^1.5.0",
136 "chai-xml": "^0.3.2",
137 "libxmljs": "^0.18.7",
132 "maildev": "^1.0.0-rc3", 138 "maildev": "^1.0.0-rc3",
133 "mocha": "^5.0.0", 139 "mocha": "^5.0.0",
134 "nodemon": "^1.11.0", 140 "nodemon": "^1.11.0",