-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
70 lines (70 loc) · 2.2 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
70
{
"name": "wanchain-js-sdk",
"version": "1.0.3",
"description": "",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "mocha --exit --full-trace --globals '*' --timeout 0 --require test/support/env --bail --check-leaks test/",
"testSpec": "mocha --exit --full-trace --globals '*' --timeout 0 --require test/support/env --bail --check-leaks test/specialCase/",
"apiDoc": "./node_modules/.bin/jsdoc src -r -c ./conf.json -t ./node_modules/ink-docstrap/template -d ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wanchain/wanchain-js-sdk.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/wanchain/wanchain-js-sdk/issues"
},
"homepage": "https://github.com/wanchain/wanchain-js-sdk#readme",
"dependencies": {
"@ledgerhq/hw-app-eth": "^4.46.1",
"@ledgerhq/hw-transport": "^4.46.0",
"@ledgerhq/hw-transport-node-hid": "^4.46.0",
"babel-polyfill": "^6.26.0",
"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git",
"binstring": "^0.2.1",
"bip38": "^2.0.2",
"bip65": "^1.0.3",
"bitcoin-core": "^2.0.0",
"bitcoinjs-lib": "^4.0.1",
"bitcore-mnemonic": "^1.5.0",
"bs58": "^4.0.1",
"bs58check": "^2.1.2",
"btc-address": "^0.4.0",
"chai": "^4.1.2",
"crypt": "0.0.2",
"decimal.js": "^10.2.0",
"eosjs": "^20.0.2",
"eosjs-ecc": "^4.0.7",
"ethereumjs-tx": "^1.3.3",
"ethers-wan": "^4.0.40",
"graceful-fs": "^4.1.11",
"hdkey": "^1.1.1",
"ink-docstrap": "^1.3.2",
"iwan-sdk": "git+https://github.com/wanchain/iWan-js-sdk.git#eos-cross",
"jsdoc": "^3.5.5",
"jsdoc-export-default-interop": "^0.3.1",
"keythereum": "^1.0.4",
"lodash": "^4.17.11",
"lokijs": "^1.5.1",
"lowdb": "^1.0.0",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"nconf": "^0.10.0",
"secp256k1": "^3.6.2",
"unorm": "^1.4.1",
"wanchain-keystore": "0.0.1",
"wanchain-util": "git+https://github.com/wanchain/wanchain-util.git#v1.2.1",
"web3": "^1.0.0-beta.50",
"wif": "^2.0.6",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^3.3.2",
"ws": "^6.0.0"
}
}