bfx-api-node-plugin-wd
Version:
Connection watchdog plugin for the official Bitfinex Node API
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "bfx-api-node-plugin-wd",
"version": "1.0.4",
"description": "Connection watchdog plugin for the official Bitfinex Node API",
"engines": {
"node": ">=7"
},
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "NODE_PATH=lib/ NODE_ENV=test mocha -b --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/bitfinexcom/bfx-api-node-plugin-wd.git"
},
"keywords": [
"bitfinex",
"bitcoin",
"BTC"
],
"author": "Bitfinex",
"contributors": [
"Cris Mihalache <cris.m@bitfinex.com> (https://www.bitfinex.com)",
"Jacob Plaster <jacob.plaster@bitfinex.com> (https://www.bitfinex.com)",
"Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bitfinexcom/bfx-api-node-plugin-ws/issues"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"chai": "^4.2.0",
"mocha": "^6.2.0",
"standard": "^14.1.0"
},
"dependencies": {
"bfx-api-node-core": "^1.1.0",
"bluebird": "^3.5.5",
"debug": "^4.1.1",
"lodash": "^4.17.15",
"ws": "^6.2.1",
"wtfnode": "^0.8.1"
}
}