From dd01650584f3684aa08f3c694268aab5f78e913d Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 6 Jul 2014 00:27:50 +0200 Subject: Update dependencies, drop unsupported socket.io-wildcard --- package.json | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index da6dad6..6a03a7f 100644 --- a/package.json +++ b/package.json @@ -6,26 +6,21 @@ "scripts": { "test": "echo \"Error: no test specified! Configure in package.json\" && exit 1" }, - "repository": "", - "keywords": [ - "node.js", - "eclipse", - "nodeclipse" - ], - "author": "", + "repository": "https://github.com/Pacien/Webcastor", + "author": "Pacien TRAN-GIRARD", "license": "MIT", "readmeFilename": "README.md", "dependencies": { - "body-parser": "^1.1.1", - "express": "^4.1.2", - "hogan-express": "^0.5.2", "http": "0.0.0", - "logfmt": "^1.1.2", - "password-hash": "^1.2.2", - "redis": "^0.10.1", - "socket.io": "^0.9.16", - "socket.io-wildcard": "^0.1.1", - "url": "^0.10.1" + "socket.io-wildcard": "~0.1.1", + "password-hash": "~1.2.2", + "redis": "~0.10.3", + "url": "~0.10.1", + "body-parser": "~1.4.3", + "logfmt": "~1.1.2", + "hogan-express": "~0.5.2", + "express": "~4.5.0", + "socket.io": "~1.0.6" }, "engines": { "node": "0.10.x" -- cgit v1.2.3