X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=9a0d4ecaaf3806b3a2c1b2a56e160903d70ee1bd;hb=6dde6a31e3dfb0298e3f7171b2f8ad9bab1f2370;hp=579ef3d2ef542b7aa862247cbb837143d60942a4;hpb=be587647f98a4b83ca06a61fe55c7ac5d60927c6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 579ef3d2e..9a0d4ecaa 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "postinstall": "cd client && npm install" }, "dependencies": { - "async": "^1.2.1", + "async": "^2.0.0", "bittorrent-tracker": "^8.0.0", "body-parser": "^1.12.4", "concurrently": "^2.0.0", @@ -52,9 +52,8 @@ "mongoose": "^4.0.5", "morgan": "^1.5.3", "multer": "^1.1.0", - "node-ipc": "^7.0.0", - "node-sass": "^3.4.2", - "openssl-wrapper": "^0.2.3", + "node-ipc": "^8.0.0", + "openssl-wrapper": "^0.3.4", "password-generator": "^2.0.2", "request": "^2.57.0", "request-replay": "^1.0.2", @@ -63,11 +62,11 @@ "ursa": "^0.9.1", "webtorrent": "^0.93.2", "winston": "^2.1.1", - "ws": "^1.0.1" + "ws": "^1.1.1" }, "devDependencies": { "chai": "^3.3.0", - "livereload": "^0.4.1", + "commander": "^2.9.0", "mocha": "^2.3.3", "standard": "^7.0.1", "supertest": "^1.1.0"