{
  "name": "ethers-utils",
  "version": "2.1.11",
  "description": "Utilities for the Ethers Ethereum library.",
  "bugs": {
    "url": "http://github.com/ethers-io/ethers.js/issues",
    "email": "github@ricmoo.com"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "bn.js": "^4.4.0",
    "hash.js": "^1.0.0",
    "js-sha3": "0.5.7",
    "xmlhttprequest": "1.8.0"
  },
  "browser": {
    "./random-bytes.js": "./browser-random-bytes.js"
  },
  "keywords": [
    "ethereum",
    "ethers",
    "util",
    "utils",
    "utilities"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/ethers-io/ethers.js.git"
  },
  "author": "Richard Moore <me@ricmoo.com>",
  "license": "MIT"
}
