{
  "name": "git-branch",
  "description": "Get the current branch from the local git repository.",
  "version": "2.0.1",
  "homepage": "https://github.com/jonschlinkert/git-branch",
  "author": "Jon Schlinkert (http://github.com/https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/git-branch",
  "bugs": {
    "url": "https://github.com/jonschlinkert/git-branch/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "findup-sync": "^2.0.0"
  },
  "devDependencies": {
    "gfc": "^2.0.1",
    "gulp-format-md": "^1.0.0",
    "mocha": "^3.5.3",
    "rimraf": "^2.6.2"
  },
  "keywords": [
    "branch",
    "git"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "git-add-remote",
        "git-user-name",
        "github-base"
      ]
    },
    "lint": {
      "reflinks": true
    }
  }
}
