add socket.io dep

This commit is contained in:
Ivan Socolsky 2015-03-13 10:47:10 -03:00
parent 01514ff749
commit 665e0f8731
1 changed files with 7 additions and 9 deletions

View File

@ -35,6 +35,7 @@
"read": "^1.0.5", "read": "^1.0.5",
"request": "^2.53.0", "request": "^2.53.0",
"sjcl": "^1.0.2", "sjcl": "^1.0.2",
"socket.io": "^1.3.5",
"uuid": "*" "uuid": "*"
}, },
"devDependencies": { "devDependencies": {
@ -53,13 +54,10 @@
"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", "name": "Ivan Socolsky",
"email": "ivan@bitpay.com" "email": "ivan@bitpay.com"
}, }, {
"name": "Matias Alejo Garcia",
{ "email": "ematiu@gmail.com"
"name": "Matias Alejo Garcia", }]
"email": "ematiu@gmail.com"
}
]
} }