UNPKG

bfx-hf-ext-plugin-bitfinex

Version:
51 lines (50 loc) 1.5 kB
{ "name": "bfx-hf-ext-plugin-bitfinex", "version": "1.0.7", "description": "Bitfinex exchange plugin for the Honey Framework", "license": "Apache-2.0", "author": "Bitfinex", "contributors": [ "Cris Mihalache <cris.m@bitfinex.com> (https://www.bitfinex.com)", "Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)", "Jacob Plaster <jacob.plaster@bitfinex.com> (https://www.bitfinex.com)" ], "repository": { "type": "git", "url": "https://github.com/bitfinexcom/bfx-hf-ext-plugin-bitfinex.git" }, "bugs": { "url": "https://github.com/bitfinexcom/bfx-hf-ext-plugin-bitfinex/issues" }, "scripts": { "lint": "standard", "test": "npm run lint && npm run unit", "unit": "NODE_ENV=test istanbul cover _mocha -- -R spec -b --recursive", "test-without-coverage": "NODE_ENV=test mocha -R spec -b --recursive" }, "keywords": [ "honey framework", "bitfinex", "bitcoin", "BTC" ], "dependencies": { "bfx-api-node-plugin-managed-candles": "^1.0.0", "bfx-api-node-plugin-managed-ob": "^1.0.0", "bfx-api-node-plugin-wd": "^1.0.0", "bfx-api-node-rest": "^4.1.2", "bfx-hf-models": "^2.1.0", "bluebird": "^3.5.5", "debug": "^4.1.1", "lodash": "^4.17.11", "p-iteration": "^1.1.8", "promise-throttle": "^1.0.0" }, "devDependencies": { "bfx-hf-models-adapter-lowdb": "^1.0.0", "chai": "^4.2.0", "istanbul": "^0.4.5", "mocha": "^6.2.0", "standard": "^14.2.0" } }