truffle-safe-hdwallet-provider
Version:
HD Wallet-enabled Web3 provider
33 lines (32 loc) • 890 B
JSON
{
"name": "truffle-safe-hdwallet-provider",
"version": "0.0.7",
"description": "HD Wallet-enabled Web3 provider",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProphetDaniel/truffle-safe-hdwallet-provider.git"
},
"keywords": [
"etheruem",
"hd",
"wallet",
"mnemonic",
"provider"
],
"author": "Prophet Daniel <prophetdaniel@ethereumclassic.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProphetDaniel/truffle-safe-hdwallet-provider/issues"
},
"homepage": "https://github.com/ProphetDaniel/truffle-safe-hdwallet-provider#readme",
"dependencies": {
"bip39": "^2.2.0",
"ethereumjs-wallet": "^0.6.0",
"web3": "^0.18.2",
"web3-provider-engine": "^8.4.0"
}
}