forked from ZSLP/cashaccounts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 989 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": "cashaccounts",
"version": "0.4.6",
"description": "decentralized identity system for bitcoin cash by Jonathan Silverblood",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "paOol",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"base58check": "^2.0.0",
"bitcore-lib-cash": "ZSLP/bitcore-lib-zcash#38c113838a28230b3d6cee76568f53173709774a",
"bchaddrjs-slp": "ZSLP/bchaddrjs#a297a3189ca42bc00a6bcea6b79015997a5024c9",
"bitbox-sdk": "ZclassicCommunity/bitbox-sdk#0c4abf83847f56fd4ce4a4a645d53f95dc0071c0",
"bitcoin-cash-rpc": "^0.4.2",
"bitcoincashjs-lib": "ZclassicCommunity/bitgo-utxo-lib#5fb919db8effa706fe521f89fff13fae9f818a87",
"cashaddrjs": "ZSLP/cashaddrjs#dd821b23708fde87b986b3d6ee882d40ea08cdd4"
},
"keywords": [
"bitcoin",
"cash",
"onchain",
"cashaccount",
"cash",
"accounts",
"alias",
"handles",
"opreturn"
]
}