{
    "version": "0.7.0",
    "description": "Powershell tab completion for Docker",
    "homepage": "https://github.com/samneirinck/posh-docker",
    "license": "MIT",
    "notes": [
        "Use the module by running: 'Import-Module posh-docker'",
        "Add that command to your $PROFILE to make it permanent"
    ],
    "suggest": {
        "Docker for Windows": "docker"
    },
    "url": "https://github.com/samneirinck/posh-docker/archive/v0.7.0.zip",
    "hash": "a28f2b07c63bd5460115565e9ad1a9b5418f39ef305a82b6268f26635111b69b",
    "extract_dir": "posh-docker-0.7.0\\posh-docker",
    "psmodule": {
        "name": "posh-docker"
    },
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/samneirinck/posh-docker/archive/v$version.zip",
        "extract_dir": "posh-docker-$version\\posh-docker"
    }
}
