{
    "version": "0.3.8",
    "description": "A PowerShell module that provides partial Git aliases from Oh My Zsh's git plugin.",
    "homepage": "https://github.com/gluons/powershell-git-aliases",
    "license": "MIT",
    "notes": [
        "Use the module by running: 'Import-Module git-aliases -DisableNameChecking'",
        "Add it to your $PROFILE to make it permanent"
    ],
    "suggest": {
        "git": [
            "git",
            "git-with-openssh"
        ]
    },
    "url": "https://cdn.powershellgallery.com/packages/git-aliases.0.3.8.nupkg",
    "hash": "9463cfe2d4c4c1cf8e3e73a687fed5bd34da6a9f736fd8a8cf071430f30c3f07",
    "pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse",
    "psmodule": {
        "name": "git-aliases"
    },
    "checkver": {
        "url": "https://www.powershellgallery.com/packages/git-aliases",
        "regex": "<h2>([\\d.]+)</h2>"
    },
    "autoupdate": {
        "url": "https://cdn.powershellgallery.com/packages/git-aliases.$version.nupkg"
    }
}
