]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Add bootstrap analyzer and optimize build
[github/Chocobozzz/PeerTube.git] / package.json
index 1f98b56e8d06e8f949a4edc72050af8b4f624347..71da491be853eeba07e61fd34fffd4815f43c0cd 100644 (file)
@@ -5,7 +5,7 @@
   "private": true,
   "licence": "GPLv3",
   "engines": {
-    "node": ">=4.x"
+    "node": ">=8.x"
   },
   "author": {
     "name": "Florian Bigard",
@@ -47,7 +47,8 @@
     "ts-node": "ts-node",
     "tslint": "tslint",
     "travis": "scripty",
-    "release": "scripty"
+    "release": "scripty",
+    "client-report": "scripty"
   },
   "dependencies": {
     "async": "^2.0.0",
@@ -65,8 +66,8 @@
     "express-validator": "^4.1.1",
     "fluent-ffmpeg": "^2.1.0",
     "js-yaml": "^3.5.4",
-    "jsonld": "^0.4.12",
-    "jsonld-signatures": "^1.2.1",
+    "jsonld": "^0.5.12",
+    "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
     "lodash": "^4.11.1",
     "magnet-uri": "^5.1.4",
     "mkdirp": "^0.5.1",
@@ -82,7 +83,7 @@
     "rimraf": "^2.5.4",
     "safe-buffer": "^5.0.1",
     "scripty": "^1.5.0",
-    "sequelize": "^4.7.5",
+    "sequelize": "4.25.2",
     "sequelize-typescript": "^0.6.1",
     "ts-node": "^3.3.0",
     "typescript": "^2.5.2",