{
  "name": "crypto-balances-test",
  "description": "Easy check addresses balances of various crypto tokens. Script automaticaly recognize a protocol by address and return balance of tokens associated with it.",
  "keywords": [
    "token",
    "blockchain",
    "crypto",
    "balance",
    "money",
    "currency",
    "bitcoin",
    "btc",
    "litecoin",
    "ltc",
    "dogecoin",
    "doge",
    "counterparty",
    "xcp",
    "dogeparty",
    "xdp",
    "openassets",
    "ethereum",
    "eth",
    "altcoin",
    "ripple",
    "nxt",
    "nem",
    "dash",
    "bitshares",
    "bitusd",
    "bts",
    "omni",
    "omnichest",
    "factom",
    "factoids"
  ],
  "version": "0.1.3",
  "author": "Valery Litvin <litvintech@gmail.com> (http://valerylitvin.me/)",
  "contributors": "Dmitry Starodubcev <d@cyber.fund> (https://keybase.io/21xhipster)",
  "main": "lib/crypto-balance.js",
  "bin": {
    "balance": "bin/balance.js"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha test --compilers=coffee:coffee-script/register --recursive",
    "balance": "bin/balance.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/goalkeeper112/crypto-balances"
  },
  "dependencies": {
     "big.js": "^3.1.3",
     "bluebird": "^2.3.0",
     "bs58check": "^1.0.3",
     "lodash": "^3.10.1",
     "numeral": "^1.5.3",
     "request": "^2.67.0"
   },
   "devDependencies": {
     "chai": "^2.1.0",
     "coffee-script": "^1.7.1",
     "mocha": "^2.3.4"
  },
  "license": "MIT"
}
