aboutsummaryrefslogtreecommitdiff
path: root/libs/combined/package.json
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2020-10-19 09:26:29 +1100
committerGitHub <noreply@github.com>2020-10-19 09:26:29 +1100
commit30e3d246d494158b93550df5e70bcabc5f26f7c3 (patch)
tree145f52c2a15baac5e4c885ee95926e7699fcf58e /libs/combined/package.json
parent4669c88c672b0ec2ac636cae96a3fe2db94e2791 (diff)
parent647410b4a66b42bf6ff02713f5106c95b061d025 (diff)
downloadBIP39-30e3d246d494158b93550df5e70bcabc5f26f7c3.tar.gz
BIP39-30e3d246d494158b93550df5e70bcabc5f26f7c3.tar.zst
BIP39-30e3d246d494158b93550df5e70bcabc5f26f7c3.zip
Merge pull request #434 from Joohansson/nanocurrency
Added support for NANO currency
Diffstat (limited to 'libs/combined/package.json')
-rw-r--r--libs/combined/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/combined/package.json b/libs/combined/package.json
index e073e81..455d263 100644
--- a/libs/combined/package.json
+++ b/libs/combined/package.json
@@ -12,17 +12,18 @@
12 "bip38grs": "git://github.com/Groestlcoin/bip38grs.git#091975b01679b74dc0a4136bb743fe17791b0151", 12 "bip38grs": "git://github.com/Groestlcoin/bip38grs.git#091975b01679b74dc0a4136bb743fe17791b0151",
13 "bitcoinjs-lib": "git://github.com/iancoleman/bitcoinjs-lib.git#v3.3.2_16bit", 13 "bitcoinjs-lib": "git://github.com/iancoleman/bitcoinjs-lib.git#v3.3.2_16bit",
14 "bs58": "^4.0.1", 14 "bs58": "^4.0.1",
15 "buffer": "5.4.3", 15 "buffer": "^5.4.3",
16 "create-hash": "^1.2.0", 16 "create-hash": "^1.2.0",
17 "ed25519-hd-key": "^1.0.0", 17 "ed25519-hd-key": "^1.0.0",
18 "elastos-wallet-js": "git://github.com/johnnynanjiang/Elastos.SDK.Keypair.Javascript.git#491dc51b64efaf0a8aae62028b68e2c8e38fde06", 18 "elastos-wallet-js": "git://github.com/johnnynanjiang/Elastos.SDK.Keypair.Javascript.git#491dc51b64efaf0a8aae62028b68e2c8e38fde06",
19 "ethereumjs-util": "6.0.0", 19 "ethereumjs-util": "6.0.0",
20 "handshake-util": "1.2.0",
21 "fast-levenshtein": "2.0.6", 20 "fast-levenshtein": "2.0.6",
22 "groestlcoinjs-lib": "git://github.com/Groestlcoin/groestlcoinjs-lib.git#3.3.2", 21 "groestlcoinjs-lib": "git://github.com/Groestlcoin/groestlcoinjs-lib.git#3.3.2",
22 "handshake-util": "1.2.0",
23 "javascript-biginteger": "0.9.2", 23 "javascript-biginteger": "0.9.2",
24 "jsrsasign": "^8.0.19", 24 "jsrsasign": "^8.0.19",
25 "kjua": "0.6.0", 25 "kjua": "0.6.0",
26 "nanocurrency-web": "^1.2.2",
26 "nebulas": "0.5.6", 27 "nebulas": "0.5.6",
27 "stellar-base": "^0.10.0", 28 "stellar-base": "^0.10.0",
28 "unorm": "1.6.0", 29 "unorm": "1.6.0",