X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=b5d7422ed6c8af36908fb5e6bec446fa9fc5cd46;hb=6de36768980ef6063b8fcd730b59fa685dd2b99c;hp=1b06bcba141eafb48701f4bca85db1e302bd29ff;hpb=ecb4e35f4e6c7304cb274593c13cb47fd5078b75;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 1b06bcba1..b5d7422ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube", "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", - "version": "0.0.18-alpha", + "version": "0.0.24-alpha", "private": true, "licence": "GPLv3", "engines": { @@ -109,6 +109,7 @@ "@types/kue": "^0.11.8", "@types/lodash": "^4.14.64", "@types/magnet-uri": "^5.1.1", + "@types/maildev": "^0.0.1", "@types/mkdirp": "^0.5.1", "@types/mocha": "^2.2.42", "@types/morgan": "^1.7.32", @@ -125,6 +126,7 @@ "@types/webtorrent": "^0.98.4", "@types/ws": "^4.0.0", "chai": "^4.1.1", + "maildev": "^1.0.0-rc3", "mocha": "^5.0.0", "nodemon": "^1.11.0", "source-map-support": "^0.5.0", @@ -133,7 +135,8 @@ "supertest": "^3.0.0", "tslint": "^5.7.0", "tslint-config-standard": "^7.0.0", - "webtorrent": "^0.98.0" + "webtorrent": "^0.98.0", + "youtube-dl": "^1.12.2" }, "scripty": { "silent": true