diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 5e6b3aab7..5cf945105 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,7 +1,6 @@ | |||
1 | language: node_js | 1 | language: node_js |
2 | 2 | ||
3 | node_js: | 3 | node_js: |
4 | - "0.12" | ||
5 | - "4.2" | 4 | - "4.2" |
6 | - "5.1" | 5 | - "5.1" |
7 | 6 | ||
@@ -27,6 +26,7 @@ cache: | |||
27 | - $(npm config get prefix)/bin/electron-prebuilt | 26 | - $(npm config get prefix)/bin/electron-prebuilt |
28 | 27 | ||
29 | before_script: | 28 | before_script: |
29 | - npm update | ||
30 | - npm install electron-prebuilt -g | 30 | - npm install electron-prebuilt -g |
31 | - npm install grunt-cli -g | 31 | - npm install grunt-cli -g |
32 | 32 | ||
@@ -52,7 +52,7 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
52 | 52 | ||
53 | ### Dependencies | 53 | ### Dependencies |
54 | 54 | ||
55 | * NodeJS == 0.12 | 55 | * **NodeJS >= 4.2** |
56 | * Grunt-cli (npm install -g grunt-cli) | 56 | * Grunt-cli (npm install -g grunt-cli) |
57 | * OpenSSL (cli) | 57 | * OpenSSL (cli) |
58 | * MongoDB | 58 | * MongoDB |
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 | }, |