X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=9674cdca3d75b8d0941b8d74bbe0c687da6558f2;hb=ebc1984cc6200377d9869e570bc0ad1f95fa74bb;hp=c091aeab79481bc74e071e97da9b4ab442ee18e4;hpb=8c202ae8d4e0ee17f804b4977ea9ce37057cd023;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index c091aeab7..9674cdca3 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.1", "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": { @@ -22,6 +22,7 @@ "typings": "*.d.ts", "scripts": { "e2e": "scripty", + "e2e:local": "scripty", "build": "SCRIPTY_PARALLEL=true scripty", "build:server": "scripty", "build:client": "scripty", @@ -107,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",