{
  "name": "crypto-exchange-manager",
  "version": "5.0.1",
  "description": "Wrapper for cryptocurrencies exchanges apis.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/azukaar/crypto-exchange-manager"
  },
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "bitcoin",
    "etherium",
    "litecoin",
    "zcash",
    "dash",
    "btc",
    "ltc",
    "eth",
    "etc",
    "zec",
    "cash",
    "bitcoin cash",
    "bcc",
    "bch",
    "bitcon average",
    "bitconaverage",
    "crypto",
    "currency",
    "cryptocurrency",
    "crypto-currency",
    "market",
    "blockchain",
    "price",
    "bitfinex",
    "bitstamp",
    "coinbase",
    "btc-e",
    "poloniex",
    "kraken",
    "okcoin",
    "ticker",
    "coin",
    "coins",
    "bit",
    "exchange",
    "trading"
  ],
  "author": "Yann Stepienik",
  "license": "ISC",
  "devDependencies": {
    "jest": "^22.1.4"
  },
  "dependencies": {
    "crypto": "^1.0.1",
    "isomorphic-fetch": "^2.2.1"
  }
}
