{
  "name": "registrobr",
  "version": "1.0.4",
  "description": "Pesquise a disponibilidade de domínios desejados no Registro.br",
  "main": "index.js",
  "bin": {
    "registrobr": "cli.js"
  },
  "engines": {
    "node": ">=4"
  },
  "preferGlobal": true,
  "scripts": {
    "test": "ava",
    "postversion": "git push origin master && npm publish"
  },
  "files": [
    "cli.js",
    "index.js"
  ],
  "repository": "ftonato/registrobr",
  "keywords": [
    "dominio",
    "registrobr"
  ],
  "author": "Ademílson F. Tonato - @ftonato",
  "contributors": [
    "Gabriel Pedro <contato@gpedro.net> gpedro.net"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ftonato/registrobr/issues"
  },
  "homepage": "https://github.com/ftonato/registrobr#readme",
  "dependencies": {
    "chalk": "^1.1.3",
    "entities": "^1.1.1",
    "node-fetch": "^1.5.3",
    "ora": "^0.2.3"
  },
  "devDependencies": {
    "ava": "^0.15.1",
    "eslint": "^2.10.2",
    "execa": "^0.4.0"
  }
}
