X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=ba539bd313d1c8e86cee5ac85063e028958777bd;hb=e63dbd426e67672b4014c2a3ac3a227fbe26e886;hp=cd0a3c5b81c8b6d210b11d8676536d3cac41b8d3;hpb=59390818384baa0ffc0cb71af2e67350c6b39172;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index cd0a3c5b8..ba539bd31 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.10.pre.3", + "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", @@ -77,6 +78,7 @@ "@types/bluebird": "3.5.21" }, "dependencies": { + "@types/oauth2-server": "^3.0.8", "async": "^2.0.0", "async-lock": "^1.1.2", "async-lru": "^1.1.1", @@ -99,6 +101,7 @@ "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", @@ -111,6 +114,7 @@ "morgan": "^1.5.3", "multer": "^1.1.0", "nodemailer": "^4.4.2", + "oauth2-server": "^3.0.0", "parse-torrent": "^6.0.0", "password-generator": "^2.0.2", "pem": "^1.12.3", @@ -128,11 +132,14 @@ "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", + "webtorrent": "^0.100.0", "winston": "3.0.0", - "ws": "^5.0.0" + "ws": "^5.0.0", + "youtube-dl": "^1.12.2" }, "devDependencies": { "@types/async": "^2.0.40", @@ -169,7 +176,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", @@ -183,9 +190,7 @@ "tslint": "^5.7.0", "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