{
  "name": "wanchain-js-sdk",
  "version": "1.5.1",
  "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 test/newwallet/hd/ccxrp.js",
    "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+ssh://git@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",
    "coinselect": "^3.1.12",
    "crypt": "0.0.2",
    "decimal.js": "^10.2.0",
    "eosjs": "^20.0.2",
    "eosjs-ecc": "^4.0.7",
    "ethereumjs-tx": "^1.3.3",
    "ethers": "4.0.0-beta.3",
    "ethers-wan": "^4.0.40",
    "graceful-fs": "^4.1.11",
    "hdkey": "^1.1.1",
    "ink-docstrap": "^1.3.2",
    "iwan-sdk": "git+ssh://git@github.com/wanchain/iwan-js-sdk.git#feature-btc-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",
    "ripple-address-codec": "4.1.2",
    "ripple-keypairs": "^1.0.2",
    "ripple-lib": "^1.9.0",
    "secp256k1": "^3.6.2",
    "unorm": "^1.4.1",
    "wanchain-keystore": "0.0.1",
    "wanchain-util": "git+ssh://git@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"
  }
}
