{
  "name": "truffle-wallet-provider",
  "version": "0.0.5",
  "description": "Wallet-enabled Web3 provider",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crypedit/truffle-wallet-provider.git"
  },
  "keywords": [
    "etheruem",
    "wallet",
    "provider"
  ],
  "author": "Fan Jiang <fan.torchz@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/crypedit/truffle-wallet-provider/issues"
  },
  "homepage": "https://github.com/crypedit/truffle-wallet-provider#readme",
  "dependencies": {
    "ethereumjs-wallet": "^0.6.0",
    "web3": "^0.18.2",
    "web3-provider-engine": "^8.4.0"
  }
}
