{
    "name": "web3-hdwallet-provider",
    "version": "1.0.4-fix2",
    "description": "HD Wallet-enabled Web3 provider, forked from truffle-hdwallet-provider",
    "main": "index.js",
    "scripts": {
        "test": "mocha --timeout 5000"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/decentral-ee/web3-hdwallet-provider"
    },
    "keywords": [
        "etheruem",
        "hd",
        "wallet",
        "mnemonic",
        "provider"
    ],
    "author": "Miao ZhiCheng <miao@decentral.ee>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/decentral-ee/web3-hdwallet-provider/issues"
    },
    "homepage": "https://github.com/decentral-ee/web3-hdwallet-provider#readme",
    "devDependencies": {
        "js-scrypt": "^0.2.0",
        "mocha": "^5.1.1",
        "ganache-core": "^2.4.0"
    },
    "dependencies": {
        "web3": "1.0.0-beta.37",
        "web3-provider-engine": "git+https://github.com/cgewecke/provider-engine.git#web3-one",
        "bip39": "^2.2.0",
        "ethereumjs-tx": "^1.3.7",
        "ethereumjs-util": "^5.2.0",
        "ethereumjs-wallet": "^0.6.2"
    }
}
