{
  "name": "eth-contract-metadata",
  "version": "1.17.0",
  "description": "A mapping of ethereum contract addresses to broadly accepted icons for those addresses.",
  "main": "index.js",
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/MetaMask/ethereum-contract-icons.git"
  },
  "keywords": [
    "ethereum",
    "contract",
    "icons"
  ],
  "author": "Dan Finlay <dan@danfinlay.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/MetaMask/ethereum-contract-icons/issues"
  },
  "homepage": "https://github.com/MetaMask/ethereum-contract-icons#readme",
  "files": [
    "index.js",
    "contract-map.json",
    "images"
  ],
  "devDependencies": {
    "ethereumjs-util": "^5.1.1",
    "tape": "^4.6.3"
  }
}
