node-okex-ws-spot
Version:
Small library to get updates from OKEX spot web sockets.
38 lines (37 loc) • 747 B
JSON
{
"name": "node-okex-ws-spot",
"version": "1.1.4",
"description": "",
"main": "index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agarwalyeshu/node-okex-ws-spot.git"
},
"author": "Yeshu Agarwal",
"license": "MIT",
"bugs": {
"url": "https://github.com/agarwalyeshu/node-okex-ws-spot/issues"
},
"keywords": [
"cryptocurrency",
"okex",
"websocket",
"ws",
"okcoin",
"exchanges",
"bitcoin",
"ethereum",
"btc",
"eth"
],
"homepage": "https://github.com/agarwalyeshu/node-okex-ws-spot#readme",
"dependencies": {
"ws": "^3.3.3"
}
}