]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
update modules AND REMOVE SUPPORT OF NODE 0.12 :'(
[github/Chocobozzz/PeerTube.git] / package.json
index 700049678d306c42f138881a61b44ef728b72f54..f04d974239384db36b5916f7a79bb92d6e674214 100644 (file)
@@ -5,7 +5,7 @@
   "private": true,
   "licence": "GPLv3",
   "engines": {
-    "node": ">=0.12.x"
+    "node": ">=4.2.0"
   },
   "author": {
     "name": "Florian Bigard",
@@ -51,7 +51,7 @@
     "mongoose": "^4.0.5",
     "morgan": "^1.5.3",
     "multer": "^1.1.0",
-    "node-ipc": "^5.0.0",
+    "node-ipc": "^6.0.0",
     "openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper",
     "request": "^2.57.0",
     "request-replay": "^1.0.2",
@@ -59,7 +59,7 @@
     "time-grunt": "^1.2.1",
     "ursa": "^0.9.1",
     "validator": "^4.3.0",
-    "webtorrent": "^0.71.1",
+    "webtorrent": "^0.72.2",
     "winston": "^2.1.1",
     "ws": "^1.0.1"
   },