-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.53 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
{
"name": "cosmos-atom-hdwallet",
"version": "1.0.0",
"description": "simple package to create atom hd wallet with mnemonic and derivation path",
"main": "index.js",
"dependencies": {
"base-x": "^3.0.9",
"base64-js": "^1.5.1",
"bech32": "^1.1.4",
"bip39": "^3.1.0",
"bn.js": "^5.2.1",
"brorand": "^1.1.0",
"bs58": "^4.0.1",
"bs58check": "^2.1.2",
"cipher-base": "^1.0.4",
"cosmjs-types": "^0.7.1",
"create-hash": "^1.2.0",
"elliptic": "^6.5.4",
"hash-base": "^3.1.0",
"hash.js": "^1.1.7",
"hdkey": "^2.1.0",
"hmac-drbg": "^1.0.1",
"inherits": "^2.0.4",
"libsodium": "^0.7.11",
"libsodium-wrappers": "^0.7.11",
"long": "^4.0.0",
"md5.js": "^1.3.5",
"minimalistic-assert": "^1.0.1",
"minimalistic-crypto-utils": "^1.0.1",
"node-addon-api": "^2.0.2",
"node-gyp-build": "^4.6.0",
"readable-stream": "^3.6.2",
"protobufjs": "^6.11.3",
"readonly-date": "^1.0.0",
"ripemd160": "^2.0.2",
"safe-buffer": "^5.2.1",
"secp256k1": "^4.0.3",
"sha.js": "^2.4.11",
"string_decoder": "^1.3.0",
"util-deprecate": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinanouri/cosmos-atom-hdwallet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sinanouri/cosmos-atom-hdwallet/issues"
},
"homepage": "https://github.com/sinanouri/cosmos-atom-hdwallet#readme"
}