update modules AND REMOVE SUPPORT OF NODE 0.12 :'(
This commit is contained in:
parent
ee66c5930e
commit
86435b9bae
|
@ -1,7 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "0.12"
|
|
||||||
- "4.2"
|
- "4.2"
|
||||||
- "5.1"
|
- "5.1"
|
||||||
|
|
||||||
|
@ -27,6 +26,7 @@ cache:
|
||||||
- $(npm config get prefix)/bin/electron-prebuilt
|
- $(npm config get prefix)/bin/electron-prebuilt
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- npm update
|
||||||
- npm install electron-prebuilt -g
|
- npm install electron-prebuilt -g
|
||||||
- npm install grunt-cli -g
|
- npm install grunt-cli -g
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
* NodeJS == 0.12
|
* **NodeJS >= 4.2**
|
||||||
* Grunt-cli (npm install -g grunt-cli)
|
* Grunt-cli (npm install -g grunt-cli)
|
||||||
* OpenSSL (cli)
|
* OpenSSL (cli)
|
||||||
* MongoDB
|
* MongoDB
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"licence": "GPLv3",
|
"licence": "GPLv3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.12.x"
|
"node": ">=4.2.0"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Florian Bigard",
|
"name": "Florian Bigard",
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
"mongoose": "^4.0.5",
|
"mongoose": "^4.0.5",
|
||||||
"morgan": "^1.5.3",
|
"morgan": "^1.5.3",
|
||||||
"multer": "^1.1.0",
|
"multer": "^1.1.0",
|
||||||
"node-ipc": "^5.0.0",
|
"node-ipc": "^6.0.0",
|
||||||
"openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper",
|
"openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper",
|
||||||
"request": "^2.57.0",
|
"request": "^2.57.0",
|
||||||
"request-replay": "^1.0.2",
|
"request-replay": "^1.0.2",
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
"time-grunt": "^1.2.1",
|
"time-grunt": "^1.2.1",
|
||||||
"ursa": "^0.9.1",
|
"ursa": "^0.9.1",
|
||||||
"validator": "^4.3.0",
|
"validator": "^4.3.0",
|
||||||
"webtorrent": "^0.71.1",
|
"webtorrent": "^0.72.2",
|
||||||
"winston": "^2.1.1",
|
"winston": "^2.1.1",
|
||||||
"ws": "^1.0.1"
|
"ws": "^1.0.1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue