-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 903 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
33
34
{
"name": "abstract-common-wallet",
"version": "1.0.3",
"description": "A test suite and interface you can use to ensure standard Bitcoin wallet functionality.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewmalta13/abstract-common-wallet"
},
"keywords": [
"standard",
"bitcoin",
"wallet",
"test",
"common",
"wallet",
"blockai"
],
"author": "Andrew Malta <andrew.malta@yale.edu>",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrewmalta13/abstract-common-wallet/issues"
},
"homepage": "https://github.com/andrewmalta13/abstract-common-wallet",
"dependencies": {
"bitcoin-tx-hex-to-json": "0.0.2",
"bitcoinjs-lib": "^1.5.7",
"blockcypher-unofficial": "^1.4.1",
"common-faucet": "^1.0.3"
}
}