]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
adding basic helpers to guide users for comments/subscribe to accounts
[github/Chocobozzz/PeerTube.git] / package.json
index 6a6275fb9f9df6cbb87297ea2918b5b17daaa8d6..821c00c726e5f31d60be915d6c0f162e1bc55bf4 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.3",
+  "version": "1.0.0-beta.4",
   "private": true,
   "licence": "AGPLv3",
   "engines": {
@@ -47,6 +47,7 @@
     "nodemon": "nodemon",
     "ts-node": "ts-node",
     "tslint": "tslint",
+    "mocha": "mocha",
     "travis": "scripty",
     "release": "scripty",
     "client-report": "scripty"
@@ -68,6 +69,7 @@
     "express-rate-limit": "^2.11.0",
     "express-validator": "^5.0.0",
     "fluent-ffmpeg": "^2.1.0",
+    "iso-639-3": "^1.0.1",
     "js-yaml": "^3.5.4",
     "jsonld": "^1.0.1",
     "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
     "@types/bcrypt": "^1.0.0",
     "@types/body-parser": "^1.16.3",
     "@types/chai": "^4.0.4",
+    "@types/chai-json-schema": "^1.4.3",
+    "@types/chai-xml": "^0.3.1",
     "@types/config": "^0.0.34",
     "@types/express": "^4.0.35",
     "@types/express-rate-limit": "^2.9.3",
     "@types/kue": "^0.11.8",
+    "@types/libxmljs": "^0.14.31",
     "@types/lodash": "^4.14.64",
     "@types/magnet-uri": "^5.1.1",
     "@types/maildev": "^0.0.1",
     "@types/webtorrent": "^0.98.4",
     "@types/ws": "^4.0.0",
     "chai": "^4.1.1",
+    "chai-json-schema": "^1.5.0",
+    "chai-xml": "^0.3.2",
+    "libxmljs": "^0.18.7",
     "maildev": "^1.0.0-rc3",
     "mocha": "^5.0.0",
     "nodemon": "^1.11.0",