add dep socket.io-client

This commit is contained in:
Ivan Socolsky 2015-03-30 10:43:15 -03:00
parent 62909c34db
commit 7690b594a4
1 changed files with 12 additions and 8 deletions

View File

@ -19,8 +19,8 @@
}, },
"dependencies": { "dependencies": {
"async": "^0.9.0", "async": "^0.9.0",
"bitcore-wallet-utils": "^0.0.7",
"bitcore-explorers": "^0.9.1", "bitcore-explorers": "^0.9.1",
"bitcore-wallet-utils": "^0.0.7",
"body-parser": "^1.11.0", "body-parser": "^1.11.0",
"coveralls": "^2.11.2", "coveralls": "^2.11.2",
"express": "^4.10.0", "express": "^4.10.0",
@ -36,6 +36,7 @@
"request": "^2.53.0", "request": "^2.53.0",
"sjcl": "^1.0.2", "sjcl": "^1.0.2",
"socket.io": "^1.3.5", "socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"uuid": "*" "uuid": "*"
}, },
"devDependencies": { "devDependencies": {
@ -53,11 +54,14 @@
"test": "./node_modules/.bin/mocha", "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" "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": [{ "contributors": [
"name": "Ivan Socolsky", {
"email": "ivan@bitpay.com" "name": "Ivan Socolsky",
}, { "email": "ivan@bitpay.com"
"name": "Matias Alejo Garcia", },
"email": "ematiu@gmail.com" {
}] "name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
}
]
} }