{
  "name": "hubot-nic_chile",
  "version": "1.2.0",
  "description": "Hubot script que muestra dominios inscritos en nic.cl en la última hora",
  "main": "nic-ultimos-dominios.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/juanbrujo/hubot-nic_chile.git"
  },
  "keywords": [
    "hubot",
    "nic",
    "chile"
  ],
  "author": "Jorge Epuñan <juanbrujo@gmail.com> (http://www.csslab.cl)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/juanbrujo/hubot-nic_chile/issues"
  },
  "homepage": "https://github.com/juanbrujo/hubot-nic_chile#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git",
      "@semantic-release/github"
    ],
    "success": false,
    "fail": false
  },
  "devDependencies": {
    "@commitlint/cli": "7.5.2",
    "@commitlint/config-conventional": "7.5.0",
    "@commitlint/prompt-cli": "7.5.0",
    "@semantic-release/changelog": "3.0.2",
    "@semantic-release/commit-analyzer": "6.1.0",
    "@semantic-release/git": "7.0.8",
    "@semantic-release/github": "5.2.10",
    "@semantic-release/npm": "5.1.4",
    "@semantic-release/release-notes-generator": "7.1.4",
    "husky": "1.3.1",
    "semantic-release": "15.13.3"
  }
}
