diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-01-24 16:40:24 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-01-24 16:41:19 +0100 |
commit | 86435b9baedfe300a28ea4545511c1b50d4119f6 (patch) | |
tree | 18e0cd37272e437b9abb83b67d990e3e57a09989 /package.json | |
parent | ee66c5930e6c3694434a259dfb4b7f3e9f39cf7b (diff) | |
download | PeerTube-86435b9baedfe300a28ea4545511c1b50d4119f6.tar.gz PeerTube-86435b9baedfe300a28ea4545511c1b50d4119f6.tar.zst PeerTube-86435b9baedfe300a28ea4545511c1b50d4119f6.zip |
update modules AND REMOVE SUPPORT OF NODE 0.12 :'(
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
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 | }, |