{
  "name": "gekko-bittrex",
  "version": "0.8.5",
  "description": "Node Bittrex API - asynchronous node.js library for the Bittrex API https://bittrex.com/",
  "keywords": [
    "btc",
    "xbt",
    "bitcoin",
    "altcoin",
    "bittrex"
  ],
  "author": "David Parlevliet ( https://github.com/dparlevliet )",
  "contributors": [],
  "license": "MIT",
  "dependencies": {
    "cloudscraper": "^1.5.0",
    "jsonic": "^0.3.0",
    "object-assign": "^4.1.1",
    "request": "^2.87.0",
    "signalr-client": "0.0.17"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/askmike/node.bittrex.api"
  },
  "main": "node.bittrex.api.js",
  "engines": {
    "node": ">=0.10"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "mocha": "^3.3.0"
  }
}
