aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 8 insertions, 9 deletions
diff --git a/package.json b/package.json
index 391e1ff90..3983f5f2c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "name": "peertube", 2 "name": "peertube",
3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", 3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
4 "version": "1.1.0-alpha.2", 4 "version": "1.1.0",
5 "private": true, 5 "private": true,
6 "licence": "AGPLv3", 6 "licence": "AGPLv3",
7 "engines": { 7 "engines": {
@@ -70,7 +70,7 @@
70 }, 70 },
71 "husky": { 71 "husky": {
72 "hooks": { 72 "hooks": {
73 "pre-commit": "./scripts/openapi-peertube-version.sh && lint-staged" 73 "pre-commit": "lint-staged"
74 } 74 }
75 }, 75 },
76 "lint-staged": { 76 "lint-staged": {
@@ -104,7 +104,7 @@
104 "cli-table": "^0.3.1", 104 "cli-table": "^0.3.1",
105 "commander": "^2.13.0", 105 "commander": "^2.13.0",
106 "concurrently": "^4.0.1", 106 "concurrently": "^4.0.1",
107 "config": "^2.0.1", 107 "config": "^3.0.0",
108 "cookie-parser": "^1.4.3", 108 "cookie-parser": "^1.4.3",
109 "cors": "^2.8.1", 109 "cors": "^2.8.1",
110 "create-torrent": "^3.24.5", 110 "create-torrent": "^3.24.5",
@@ -127,7 +127,6 @@
127 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", 127 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
128 "lodash": "^4.17.10", 128 "lodash": "^4.17.10",
129 "magnet-uri": "^5.1.4", 129 "magnet-uri": "^5.1.4",
130 "marked-man": "^0.2.1",
131 "memoizee": "^0.4.14", 130 "memoizee": "^0.4.14",
132 "morgan": "^1.5.3", 131 "morgan": "^1.5.3",
133 "multer": "^1.1.0", 132 "multer": "^1.1.0",
@@ -138,16 +137,15 @@
138 "pem": "^1.12.3", 137 "pem": "^1.12.3",
139 "pfeed": "^1.1.6", 138 "pfeed": "^1.1.6",
140 "pg": "^7.4.1", 139 "pg": "^7.4.1",
141 "pg-hstore": "^2.3.2",
142 "prompt": "^1.0.0", 140 "prompt": "^1.0.0",
143 "redis": "^2.8.0", 141 "redis": "^2.8.0",
144 "reflect-metadata": "^0.1.10", 142 "reflect-metadata": "^0.1.12",
145 "request": "^2.81.0", 143 "request": "^2.81.0",
146 "safe-buffer": "^5.0.1",
147 "scripty": "^1.5.0", 144 "scripty": "^1.5.0",
148 "sequelize": "4.41.2", 145 "sequelize": "4.41.2",
149 "sequelize-typescript": "0.6.6", 146 "sequelize-typescript": "0.6.6",
150 "sharp": "^0.21.0", 147 "sharp": "^0.21.0",
148 "sitemap": "^2.1.0",
151 "srt-to-vtt": "^1.1.2", 149 "srt-to-vtt": "^1.1.2",
152 "summon-install": "^0.4.3", 150 "summon-install": "^0.4.3",
153 "useragent": "^2.3.0", 151 "useragent": "^2.3.0",
@@ -165,7 +163,7 @@
165 "@types/bcrypt": "^3.0.0", 163 "@types/bcrypt": "^3.0.0",
166 "@types/bluebird": "3.5.21", 164 "@types/bluebird": "3.5.21",
167 "@types/body-parser": "^1.16.3", 165 "@types/body-parser": "^1.16.3",
168 "@types/bull": "^3.3.12", 166 "@types/bull": "3.4.0",
169 "@types/bytes": "^3.0.0", 167 "@types/bytes": "^3.0.0",
170 "@types/chai": "^4.0.4", 168 "@types/chai": "^4.0.4",
171 "@types/chai-json-schema": "^1.4.3", 169 "@types/chai-json-schema": "^1.4.3",
@@ -202,8 +200,9 @@
202 "libxmljs": "0.19.5", 200 "libxmljs": "0.19.5",
203 "lint-staged": "^8.0.4", 201 "lint-staged": "^8.0.4",
204 "maildev": "^1.0.0-rc3", 202 "maildev": "^1.0.0-rc3",
203 "marked-man": "^0.2.1",
205 "mocha": "^5.0.0", 204 "mocha": "^5.0.0",
206 "nodemon": "^1.11.0", 205 "nodemon": "^1.18.6",
207 "sass-lint": "^1.12.1", 206 "sass-lint": "^1.12.1",
208 "source-map-support": "^0.5.0", 207 "source-map-support": "^0.5.0",
209 "supertest": "^3.0.0", 208 "supertest": "^3.0.0",