UNPKG

bfx-hf-models-adapter-lowdb

Version:
58 lines (57 loc) 1.6 kB
{ "name": "bfx-hf-models-adapter-lowdb", "version": "1.0.2", "description": "LowDB adapter for the HF database", "main": "index.js", "directories": { "lib": "lib" }, "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)" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/f3rno/bfx-hf-models-adapter-lowdb.git" }, "bugs": { "url": "https://github.com/f3rno/bfx-hf-models-adapter-lowdb/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": { "binary-search-insert": "^1.0.3", "bluebird": "^3.5.5", "lodash": "^4.17.15", "lowdb": "^1.0.0" }, "devDependencies": { "bfx-hf-ext-plugin-dummy": "^1.0.0", "babel-eslint": "^8.2.6", "bfx-hf-models": "^2.1.0", "chai": "^4.2.0", "dotenv": "^6.0.0", "eslint": "^4.19.1", "eslint-config-standard": "^7.0.0", "eslint-loader": "^1.7.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^2.0.1", "istanbul": "^0.4.5", "mocha": "^6.2.0", "standard": "^14.2.0" } }