UNPKG

crypto-balance

Version:

Query various crypto tokens for their address balances

47 lines (46 loc) 978 B
{ "name": "crypto-balance", "description": "Query various crypto tokens for their address balances", "keywords": [ "crypto", "balance", "money", "currency", "bitcoin", "btc", "litecoin", "ltc", "dogecoin", "doge", "counterparty", "xcp", "dogeparty", "xdp" ], "version": "0.0.20", "author": "Lars Kluge <l@larskluge.com>", "main": "lib/crypto-balance.js", "bin": { "balance": "bin/balance.js" }, "scripts": { "test": "./node_modules/mocha/bin/mocha test --compilers=coffee:coffee-script/register --recursive" }, "repository": { "type": "git", "url": "https://github.com/larskluge/crypto-balance" }, "dependencies": { "bluebird": "^2.3.0", "bs58check": "^1.0.3", "lodash": "^2.4.1", "numeral": "^1.5.3", "request": "^2.40.0" }, "devDependencies": { "coffee-script": "^1.7.1", "chai": "^1.9.1", "replay": "^1.10.3", "mocha": "^1.21.4" } }