]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Merge branch 'release/v1.3.0' into develop
[github/Chocobozzz/PeerTube.git] / package.json
index 1dbf33a0a2ec182a7a04ed0358f9ba89a09ffd7a..7533339b200236aff781dd9865de4cf6d428ebd3 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.3.0-rc.1",
+  "version": "1.3.0",
   "private": true,
   "licence": "AGPLv3",
   "engines": {
@@ -23,6 +23,7 @@
   "scripts": {
     "e2e": "scripty",
     "e2e:local": "scripty",
+    "setup:cli": "scripty",
     "build": "SCRIPTY_PARALLEL=true scripty",
     "build:server": "scripty",
     "build:client": "scripty",
@@ -92,7 +93,6 @@
   },
   "dependencies": {
     "apicache": "^1.4.0",
-    "application-config": "^1.0.1",
     "async": "^2.0.0",
     "async-lru": "^1.1.1",
     "bcrypt": "3.0.5",
     "bytes": "^3.0.0",
     "cli-table": "^0.3.1",
     "commander": "^2.13.0",
-    "concurrently": "^4.0.1",
     "config": "^3.0.0",
     "cookie-parser": "^1.4.3",
     "cors": "^2.8.1",
     "sitemap": "^2.1.0",
     "socket.io": "^2.2.0",
     "srt-to-vtt": "^1.1.2",
-    "summon-install": "^0.4.3",
     "useragent": "^2.3.0",
     "uuid": "^3.1.0",
     "validator": "^10.2.0",
     "chai": "^4.1.1",
     "chai-json-schema": "^1.5.0",
     "chai-xml": "^0.3.2",
+    "concurrently": "^4.1.0",
     "husky": "^1.0.0-rc.4",
     "libxmljs": "0.19.5",
     "lint-staged": "^8.0.4",
     "maildev": "^1.0.0-rc3",
     "marked-man": "^0.4.2",
     "mocha": "^6.0.0",
+    "mocha-parallel-tests": "^2.1.0",
     "nodemon": "^1.18.6",
     "sass-lint": "^1.12.1",
     "source-map-support": "^0.5.0",
   "scripty": {
     "silent": true
   },
-  "summon": {
-    "silent": true
-  },
   "sasslintConfig": "client/.sass-lint.yml"
 }