{
  "name": "@colony/purser-trezor",
  "version": "1.4.1",
  "description": "A javascript library to interact with a Trezor based Ethereum wallet",
  "keywords": [
    "ethereum",
    "javascript",
    "wallet",
    "colony",
    "software-wallet",
    "monorepo",
    "purser",
    "trezor",
    "hardware-wallet"
  ],
  "private": false,
  "main": "index.js",
  "module": "es/index.js",
  "files": [
    "es",
    "docs",
    "*.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JoinColony/purser.git"
  },
  "author": "Raul Glogovetan <raul@colony.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JoinColony/purser/issues"
  },
  "homepage": "https://github.com/JoinColony/purser",
  "dependencies": {
    "@babel/runtime": "^7.1.2",
    "@colony/purser-core": "2.2.1",
    "bip32-path": "^0.4.2",
    "ethereumjs-tx": "^2.1.0"
  }
}
