crypto-exchanges-ws-client
Version:
Node.js implementation of websocket protocol used by Crypto Exchange Gateway
32 lines (31 loc) • 721 B
JSON
{
"name": "crypto-exchanges-ws-client",
"version": "1.0.6",
"description": "Node.js implementation of websocket protocol used by Crypto Exchange Gateway",
"main": "lib/client.js",
"scripts": {},
"author": "Aloysius Pendergast <aloysius.pgast@gmail.com>",
"license": "ISC",
"keywords": [
"crypto-exchanges-gateway",
"trading",
"exchanges",
"cryptocurrency",
"bittrex",
"binance",
"poloniex",
"kucoin",
"okex",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/aloysius-pgast/crypto-exchanges-ws-client-nodejs.git"
},
"dependencies": {
"debug": "^3.1.0",
"lodash": "^4.17.15",
"retry": "^0.10.1",
"ws": "^3.2.0"
}
}