UNPKG

759 BJSONView Raw
1{
2 "name": "crypto-balance",
3 "description": "Query various crypto tokens for their address balances",
4 "keywords": [
5 "crypto",
6 "balance",
7 "money",
8 "currency",
9 "bitcoin",
10 "btc",
11 "litecoin",
12 "ltc",
13 "dogecoin",
14 "doge",
15 "counterparty",
16 "xcp",
17 "dogeparty",
18 "xdp"
19 ],
20 "version": "0.0.4",
21 "author": "Lars Kluge <l@larskluge.com>",
22 "main": "lib/crypto-balance.js",
23 "bin": {
24 "balance": "bin/balance.js"
25 },
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/larskluge/crypto-balance"
29 },
30 "dependencies": {
31 "request": "^2.40.0",
32 "bluebird": "^2.3.0",
33 "numeral": "^1.5.3",
34 "underscore": "^1.6.0"
35 },
36 "devDependencies": {
37 "coffee-script": "^1.7.1"
38 }
39}