X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=1fd6d7d19a9b81213ada023b5d66d3db98d1ec8b;hb=26370ce469913f48b1c10b91d68ac8cb67586ce1;hp=2d5258fa0d5e6803a90e272eef92697b1f28367c;hpb=74921541dbbb0dfce65fc11c7d74deed488ef9bc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 2d5258fa0..1fd6d7d19 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.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", @@ -50,6 +51,7 @@ "generate-api-doc": "scripty", "parse-log": "node ./dist/scripts/parse-log.js", "prune-storage": "node ./dist/scripts/prune-storage.js", + "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js", "postinstall": "cd client && yarn install --pure-lockfile", "tsc": "tsc", "spectacle-docs": "node_modules/spectacle-docs/bin/spectacle.js", @@ -197,7 +199,7 @@ "supertest": "^3.0.0", "ts-node": "7.0.1", "tslint": "^5.7.0", - "tslint-config-standard": "^7.0.0", + "tslint-config-standard": "^8.0.1", "typescript": "^2.5.2", "xliff": "^4.0.0" },