{
  "name": "@didux-io/ethereum-ens",
  "version": "0.7.4",
  "homepage": "https://github.com/Arachnid/ensjs#readme",
  "description": "Javascript bindings for the Ethereum Name Service",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Arachnid/ensjs.git"
  },
  "keywords": [
    "ethereum",
    "ens",
    "nameserver"
  ],
  "author": "Nick Johnson",
  "license": "LGPL-3.0",
  "bugs": {
    "url": "https://github.com/Arachnid/ensjs/issues"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "bluebird": "^3.4.7",
    "eth-ens-namehash": "^2.0.0",
    "js-sha3": "^0.5.7",
    "pako": "^1.0.4",
    "text-encoding": "^0.6.4",
    "underscore": "^1.8.3",
    "@didux-io/web3": "^1.0.0-beta.53"
  },
  "devDependencies": {
    "ganache-cli": "^6.1.0",
    "mocha": "^3.0.2",
    "npm-install-version": "^6.0.2",
    "solc": "0.4.9",
    "@didux-io/web3-utils": "^1.0.0-beta.53"
  }
}
