-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
69 lines (69 loc) · 1.52 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
67
68
69
{
"name": "wicc-wallet-lib",
"version": "2.1.0",
"description": "A pure and powerful JavaScript Wicc Wallet library.",
"author": "[email protected]",
"main": "./index.js",
"scripts": {
"build": "webpack --mode production --progress --display-modules --colors --display-reasons",
"test": "node demo/index.js"
},
"keywords": [
"bitcoin",
"transaction",
"address",
"p2p",
"ecies",
"cryptocurrency",
"blockchain",
"payment",
"bip21",
"bip32",
"bip37",
"bip69",
"bip70",
"multisig",
"wicc",
"wusd",
"wgrt",
"dex",
"cdp"
],
"browser": {
"request": "browser-request"
},
"dependencies": {
"aes-js": "^3.1.1",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"bn.js": "=4.11.8",
"bs58": "=4.0.1",
"buffer-compare": "=1.1.1",
"crypto-js": "^3.1.9-1",
"decimal": "0.0.2",
"elliptic": "=6.4.0",
"inherits": "=2.0.1",
"lodash": "=4.17.13",
"scrypt-js": "^2.0.3",
"scryptsy": "^2.0.0",
"superagent": "^5.1.2",
"unorm": "^1.4.1"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babel-loader": "^8.0.6"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WaykiChain/wicc-wallet-utils-js.git"
},
"bugs": {
"url": "https://github.com/WaykiChain/wicc-wallet-utils-js/issues"
},
"homepage": "https://github.com/WaykiChain/wicc-wallet-utils-js#readme"
}