{
  "name": "@alayanetwork/ethjs-ens",
  "version": "2.0.1",
  "description": "An ENS interface module built on EthJS.",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js",
    "test": "npm run lint && istanbul cover tape test/*.js && npm run coveralls",
    "build": "browserify example/index.js -o example/bundle.js",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/AlayaNetwork/samurai-ethjs-ens.git"
  },
  "keywords": [
    "PlatON",
    "DNS",
    "ENS",
    "EthJS"
  ],
  "author": "Dan Finlay",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/AlayaNetwork/samurai-ethjs-ens/issues"
  },
  "homepage": "https://github.com/AlayaNetwork/samurai-ethjs-ens#readme",
  "dependencies": {
    "eth-ens-namehash": "^1.0.2",
    "ethereum-ens-network-map": "^1.0.0",
    "@alayanetwork/ethjs-contract": "^0.2.3",
    "@alayanetwork/ethereumjs-util": "^5.2.0",
    "@alayanetwork/ethjs-query": "^0.3.4"
  },
  "devDependencies": {
    "@alayanetwork/ethjs-query": "^0.3.4",
    "coveralls": "^2.12.0",
    "eslint": "^4.7.1",
    "ethereumjs-testrpc": "^3.0.3",
    "ethjs": "^0.2.5",
    "ethjs-provider-http": "^0.1.6",
    "istanbul": "^0.4.5",
    "promise-to-callback": "^1.0.0",
    "sinon": "^2.1.0",
    "solc": "^0.7.4",
    "tape": "^4.6.3",
    "web3": "^0.18.2"
  }
}
