X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=a730f49788ab30d38a105310fb53b7a3dfdda327;hb=f7509cbec875ec4ee3201cce08839f2a02676c1c;hp=06434f89d7ab27b30499dcf1136c555fec4ddd2a;hpb=9e3e248109ffe5fc208c23081cbcffdb9a682ff4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 06434f89d..a730f4978 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.16", + "version": "1.0.0", "private": true, "licence": "AGPLv3", "engines": { @@ -11,8 +11,8 @@ "peertube": "dist/server/tools/peertube.js" }, "author": { - "name": "Florian Bigard", - "email": "florian.bigard@gmail.com", + "name": "Chocobozzz", + "email": "chocobozzz@cpy.re", "url": "http://github.com/Chocobozzz" }, "repository": { @@ -108,6 +108,7 @@ "fluent-ffmpeg": "^2.1.0", "fs-extra": "^7.0.0", "helmet": "^3.12.1", + "http-signature": "^1.2.0", "ip-anonymize": "^0.0.6", "ipaddr.js": "1.8.1", "is-cidr": "^2.0.5",