{
  "name": "git-branch-parent",
  "version": "0.1.2",
  "description": "This package provides an API to find the parent branch from the current git branch",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "parent",
    "source",
    "branch",
    "git"
  ],
  "homepage": "https://github.com/Roberto14/git-branch-parent",
  "author": "Roberto Jesus <https://github.com/Roberto14>",
  "repository": "https://github.com/Roberto14/git-branch-parent.git",
  "license": "MIT",
  "devDependencies": {
    "eslint": "^5.15.3",
    "mocha": "^6.1.4"
  },
  "engines": {
    "node": ">=8"
  },
  "dependencies": {}
}
