{
  "name": "@colony/purser-metamask",
  "version": "2.4.1",
  "description": "A javascript library to interact with a Metamask based Ethereum wallet",
  "keywords": [
    "ethereum",
    "javascript",
    "wallet",
    "colony",
    "software-wallet",
    "monorepo",
    "purser",
    "metamask",
    "software-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",
    "await-transaction-mined": "^1.0.12",
    "bn.js": "^5.0.0",
    "ethereumjs-tx": "^2.1.0",
    "lodash.isequal": "^4.5.0",
    "web3": "1.0.0-beta.36"
  }
}
