-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
32 lines (32 loc) · 840 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "bitcoin-bulk-balance-check",
"version": "1.0.1",
"description": "A tool to check the address balance for multiple bitcoin addresses.",
"main": "bitcoin-bulk-balance-check.js",
"scripts": {
"start": "node bitcoin-bulk-balance-check.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BranndonWork/bitcoin-bulk-balance-check.git"
},
"keywords": [
"bitcoin",
"bulk",
"balance",
"checker",
"check"
],
"author": "Branndon Coelho",
"license": "MIT",
"bugs": {
"url": "https://github.com/BranndonWork/bitcoin-bulk-balance-check/issues"
},
"homepage": "https://github.com/BranndonWork/bitcoin-bulk-balance-check#readme",
"dependencies": {
"deasync": "^0.1.12",
"fs": "0.0.1-security",
"request": "^2.83.0",
"underscore": "^1.8.3"
}
}