From 7690b594a44d466a54394b8ad53e0ddbb9848d0f Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Mon, 30 Mar 2015 10:43:15 -0300 Subject: [PATCH] add dep socket.io-client --- package.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 6313f7d..99e10c1 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ }, "dependencies": { "async": "^0.9.0", - "bitcore-wallet-utils": "^0.0.7", "bitcore-explorers": "^0.9.1", + "bitcore-wallet-utils": "^0.0.7", "body-parser": "^1.11.0", "coveralls": "^2.11.2", "express": "^4.10.0", @@ -36,6 +36,7 @@ "request": "^2.53.0", "sjcl": "^1.0.2", "socket.io": "^1.3.5", + "socket.io-client": "^1.3.5", "uuid": "*" }, "devDependencies": { @@ -53,11 +54,14 @@ "test": "./node_modules/.bin/mocha", "coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, - "contributors": [{ - "name": "Ivan Socolsky", - "email": "ivan@bitpay.com" - }, { - "name": "Matias Alejo Garcia", - "email": "ematiu@gmail.com" - }] + "contributors": [ + { + "name": "Ivan Socolsky", + "email": "ivan@bitpay.com" + }, + { + "name": "Matias Alejo Garcia", + "email": "ematiu@gmail.com" + } + ] }