X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=e896b1cceef2e367cee7f454f0d96062f4860462;hb=2be3056c64228cb66b8f42e588844df59a4267bd;hp=8f72daa4d15f1c791463b5944096331d5bdcd673;hpb=cbca00dfc14fe47260e8d081f4ed0bec7c66fd09;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 8f72daa4d..e896b1cce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube", - "description": "Prototype of a decentralized video streaming platform using P2P (bittorent) directly in the web browser with WebTorrent and Angular 2.", - "version": "0.0.1", + "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", + "version": "0.0.8-alpha", "private": true, "licence": "GPLv3", "engines": { @@ -34,7 +34,6 @@ "dev:server": "scripty", "dev:client": "scripty", "start": "node dist/server", - "check": "ts-node ./scripts/check.ts", "upgrade-peertube": "scripty", "upgrade": "echo 'This command was renamed to upgrade-peertube.'", "update-host": "ts-node ./scripts/update-host.ts",