{
  "name": "updater-git-tags",
  "description": "Update missing git tags.",
  "version": "0.2.0",
  "homepage": "https://github.com/update/updater-git-tags",
  "author": "Brian Woodward (https://github.com/doowb)",
  "repository": "update/updater-git-tags",
  "bugs": {
    "url": "https://github.com/update/updater-git-tags/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "updatefile.js",
    "utils.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "async-each-series": "^1.1.0",
    "cross-spawn": "^5.1.0",
    "extend-shallow": "^2.0.1",
    "is-valid-app": "^0.3.0",
    "lazy-cache": "^2.0.2",
    "log-utils": "^0.2.1"
  },
  "devDependencies": {
    "copy": "^0.3.0",
    "delete": "^0.3.2",
    "global-modules": "^0.2.3",
    "gulp-format-md": "^0.1.12",
    "mkdirp": "^0.5.1",
    "mocha": "^3.3.0",
    "npm-install-global": "^1.0.0",
    "update": "^0.7.4"
  },
  "keywords": [
    "chore",
    "fix",
    "git",
    "git-tags",
    "github",
    "gittag",
    "gittags",
    "lint",
    "linter",
    "maintain",
    "maintainance",
    "maintainer",
    "maintenance",
    "plugin",
    "plugins",
    "tag",
    "tags",
    "task",
    "up-to-date",
    "update",
    "update-plugin",
    "update-updater",
    "updateplugin",
    "updater",
    "updateupdater",
    "upkeep"
  ],
  "verb": {
    "toc": false,
    "layout": "updater",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
