X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=9a0d4ecaaf3806b3a2c1b2a56e160903d70ee1bd;hb=e62f6ef741c8d14817e321c554796ad64ea7ae1b;hp=5e437b9829d0b250565b493eeccaef8da58ee38f;hpb=fc76359be11956f8514fc0dda1f66bb1c3397d26;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 5e437b982..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,23 +52,21 @@ "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", "scripty": "^1.5.0", "segfault-handler": "^1.0.0", "ursa": "^0.9.1", - "validator": "^5.0.0", "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"