{
  "name": "erc20-wallet",
  "version": "1.0.5",
  "description": "Paquete para wallets erc20",
  "main": "build/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lomeliDev/erc20-wallet.git"
  },
  "bugs": {
    "url": "https://github.com/lomeliDev/erc20-wallet/issues"
  },
  "homepage": "https://github.com/lomeliDev/erc20-wallet#readme",
  "scripts": {
    "lint": "eslint lib/index.js",
    "prebuild": "npm run lint",
    "build": "babel lib --out-dir build --minified",
    "pretest": "npm run build",
    "test": "babel-node test/index.js | tap-spec",
    "prepublish": "npm run test"
  },
  "keywords": [
    "erc20",
    "token",
    "ethereum",
    "wallet",
    "smart contract",
    "wallets",
    "eth",
    "tokens",
    "lomeli",
    "Lomelí Technology",
    "Lomeli Technology",
    "miguel lomeli",
    "toopago"
  ],
  "contributors": [
    {
      "name": "Miguel Lomeli",
      "email": "miguel@lomeli.io"
    }
  ],
  "author": "Miguel Lomeli <miguel@lomeli.io> (https://lomeli.io/)",
  "license": "MIT",
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.3",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.20.1",
    "tap-spec": "^5.0.0",
    "tape": "^4.13.0"
  },
  "dependencies": {
    "eth-lightwallet": "git+https://github.com/lomeliDev/eth-lightwallet.git",
    "etherscan-api": "^10.0.5",
    "hooked-web3-provider": "^1.0.0"
  }
}