]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Add HTTP signature check before linked signature
[github/Chocobozzz/PeerTube.git] / package.json
index 0212dfeed85f23997ed2c98996b3391e48740e6a..a730f49788ab30d38a105310fb53b7a3dfdda327 100644 (file)
@@ -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.13",
+  "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": {
@@ -22,6 +22,7 @@
   "typings": "*.d.ts",
   "scripts": {
     "e2e": "scripty",
+    "e2e:local": "scripty",
     "build": "SCRIPTY_PARALLEL=true scripty",
     "build:server": "scripty",
     "build:client": "scripty",
     "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",