aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 700049678..f04d97423 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
5 "private": true, 5 "private": true,
6 "licence": "GPLv3", 6 "licence": "GPLv3",
7 "engines": { 7 "engines": {
8 "node": ">=0.12.x" 8 "node": ">=4.2.0"
9 }, 9 },
10 "author": { 10 "author": {
11 "name": "Florian Bigard", 11 "name": "Florian Bigard",
@@ -51,7 +51,7 @@
51 "mongoose": "^4.0.5", 51 "mongoose": "^4.0.5",
52 "morgan": "^1.5.3", 52 "morgan": "^1.5.3",
53 "multer": "^1.1.0", 53 "multer": "^1.1.0",
54 "node-ipc": "^5.0.0", 54 "node-ipc": "^6.0.0",
55 "openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper", 55 "openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper",
56 "request": "^2.57.0", 56 "request": "^2.57.0",
57 "request-replay": "^1.0.2", 57 "request-replay": "^1.0.2",
@@ -59,7 +59,7 @@
59 "time-grunt": "^1.2.1", 59 "time-grunt": "^1.2.1",
60 "ursa": "^0.9.1", 60 "ursa": "^0.9.1",
61 "validator": "^4.3.0", 61 "validator": "^4.3.0",
62 "webtorrent": "^0.71.1", 62 "webtorrent": "^0.72.2",
63 "winston": "^2.1.1", 63 "winston": "^2.1.1",
64 "ws": "^1.0.1" 64 "ws": "^1.0.1"
65 }, 65 },