]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Bumped to version 0.0.3-alpha
[github/Chocobozzz/PeerTube.git] / package.json
index 7b30d24fac4f8feb62d539a86a47e7044d9cdb4b..5c2eac03dac09c37e58a31facbbfde66608f2755 100644 (file)
@@ -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.3-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",
@@ -43,6 +42,7 @@
     "parse-log": "ts-node ./scripts/parse-log.ts",
     "postinstall": "cd client && yarn install --pure-lockfile",
     "tsc": "tsc",
+    "ng": "ng",
     "nodemon": "nodemon",
     "ts-node": "ts-node",
     "tslint": "tslint",