update modules AND REMOVE SUPPORT OF NODE 0.12 :'(
authorChocobozzz <florian.bigard@gmail.com>
Sun, 24 Jan 2016 15:40:24 +0000 (16:40 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Sun, 24 Jan 2016 15:41:19 +0000 (16:41 +0100)
.travis.yml
README.md
package.json

index 5e6b3aab7fafe097db991cd0c5eab1d704f4c4de..5cf945105922acb18cb1377233c004f0b6ec5b09 100644 (file)
@@ -1,7 +1,6 @@
 language: node_js
 
 node_js:
-  - "0.12"
   - "4.2"
   - "5.1"
 
@@ -27,6 +26,7 @@ cache:
     - $(npm config get prefix)/bin/electron-prebuilt
 
 before_script:
+  - npm update
   - npm install electron-prebuilt -g
   - npm install grunt-cli -g
 
index cb1c3d907cf9fc4f0f59cbc045cfbaf4e5ee4b1b..d3d6433a7b7aaa5e67f44fbd3d6cf1ed2308d39b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t
 
 ### Dependencies
 
-  * NodeJS == 0.12
+  * **NodeJS >= 4.2**
   * Grunt-cli (npm install -g grunt-cli)
   * OpenSSL (cli)
   * MongoDB
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"
   },