-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "umi_wallet_sign",
"version": "1.0.0",
"description": "umi wallet sign",
"main": "index.js",
"scripts": {
"test": "test"
},
"keywords": [
"umi Wallet address generate and transaction sign"
],
"author": "guoshijiang",
"license": "MIT",
"dependencies": {
"bip32": "^1.0.2",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^5.0.5",
"body-parser": "^1.18.2",
"chalk": "^2.3.2",
"commander": "^2.20.0",
"connect-multiparty": "^2.2.0",
"crypto": "^1.0.1",
"ethereumjs-tx": "^1.3.4",
"ethereumjs-util": "^5.2.0",
"ethereumjs-wallet": "^0.6.3",
"express": "^4.17.0",
"fs": "^0.0.1-security",
"http": "^0.0.0",
"https": "^1.0.0",
"inquirer": "^5.2.0",
"irisnet-crypto": "git+https://github.com/irisnet/irisnet-crypto.git",
"keythereum": "^1.0.4",
"log4js": "^2.5.3",
"md5": "^2.2.1",
"path": "^0.12.7",
"request": "^2.88.0",
"ripple-lib": "^1.2.3",
"sqlite3": "^4.0.8",
"supervisor": "^0.12.0",
"web3": "^0.20.6",
"xmlhttprequest": "^1.8.0"
}
}