X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=b5d6953443918232c11397fcf424e53d6b55bee9;hb=788487140c500abeb69ca44daf3a9e26efa8d36f;hp=283cd22d7aed53d55a9fde5fabf83cd7c5a47db5;hpb=3fd5104142c7c13d1a790e8327bdf21745568bc0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 283cd22d7..b5d695344 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": "1.0.0-beta.9", + "version": "1.0.0-beta.10", "private": true, "licence": "AGPLv3", "engines": { @@ -16,6 +16,7 @@ "type": "git", "url": "git://github.com/Chocobozzz/PeerTube.git" }, + "typings": "*.d.ts", "scripts": { "e2e": "scripty", "build": "SCRIPTY_PARALLEL=true scripty", @@ -91,11 +92,15 @@ "cookie-parser": "^1.4.3", "cors": "^2.8.1", "create-torrent": "^3.24.5", + "deep-object-diff": "^1.1.0", "express": "^4.12.4", "express-oauth-server": "^2.0.0", "express-rate-limit": "^2.11.0", "express-validator": "^5.0.0", + "flat": "^4.1.0", "fluent-ffmpeg": "^2.1.0", + "helmet": "^3.12.1", + "ip-anonymize": "^0.0.6", "ipaddr.js": "https://github.com/whitequark/ipaddr.js.git#8e69afeb4053ee32447a101845f860848280eca5", "is-cidr": "^2.0.5", "iso-639-3": "^1.0.1", @@ -125,11 +130,13 @@ "sequelize-typescript": "0.6.6-beta.1", "sharp": "^0.20.0", "srt-to-vtt": "^1.1.2", + "useragent": "^2.3.0", "uuid": "^3.1.0", "validator": "^10.2.0", "webfinger.js": "^2.6.6", "winston": "3.0.0", - "ws": "^5.0.0" + "ws": "^5.0.0", + "youtube-dl": "^1.12.2" }, "devDependencies": { "@types/async": "^2.0.40", @@ -166,7 +173,7 @@ "chai-json-schema": "^1.5.0", "chai-xml": "^0.3.2", "husky": "^1.0.0-rc.4", - "libxmljs": "0.19.1", + "libxmljs": "0.19.0", "lint-staged": "^7.1.0", "maildev": "^1.0.0-rc3", "mocha": "^5.0.0", @@ -181,8 +188,7 @@ "tslint-config-standard": "^7.0.0", "typescript": "^2.5.2", "webtorrent": "^0.100.0", - "xliff": "^3.0.1", - "youtube-dl": "^1.12.2" + "xliff": "^3.0.1" }, "scripty": { "silent": true