-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.6 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "bip39kubixjs",
"version": "1.0.0",
"description": "Javascript Open Source library for Mnemonic generation and loading wallet, A library for converting BIP39 mnemonic codes.",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 20000 test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KubixSquare/bip39KubixJS.git"
},
"keywords": [
"library",
"bip39",
"blockchain",
"mnemonics",
"crypto",
"cryptocurrency",
"address",
"wallet",
"walletaddress",
"bip44",
"bip32",
"bip49",
"bip141"
],
"author": "KubixSquare",
"license": "ISC",
"bugs": {
"url": "https://github.com/KubixSquare/bip39KubixJS/issues"
},
"homepage": "https://github.com/KubixSquare/bip39KubixJS#readme",
"devDependencies": {
"browserify": "^16.5.1",
"bs58check": "^2.1.2",
"mocha": "^7.2.0",
"uglify-es": "^3.3.9"
},
"dependencies": {
"base-x": "^3.0.8",
"bchaddrjs": "^0.4.8",
"bchaddrjs-slp": "^0.2.8",
"bip38": "^3.1.1",
"bip38grs": "^2.0.2",
"bitcoinjs-lib": "^5.1.9",
"bs58": "^4.0.1",
"buffer": "^5.6.0",
"create-hash": "^1.2.0",
"ed25519-hd-key": "^1.1.2",
"elastos-wallet-js": "^1.0.9",
"ethereumjs-util": "^7.0.2",
"ethers": "^4.0.47",
"fast-levenshtein": "^2.0.6",
"groestlcoinjs-lib": "^5.1.7",
"handshake-util": "^1.2.0",
"javascript-biginteger": "^0.9.2",
"jsrsasign": "^8.0.16",
"kjua": "^0.6.0",
"nebulas": "^0.5.6",
"qs": "^6.9.4",
"stellar-base": "^3.0.3",
"unorm": "^1.6.0",
"zxcvbn": "^4.4.2"
}
}