{
    "version": "0.2.19",
    "description": "Neovim client library and GUI, in Qt5",
    "homepage": "https://github.com/equalsraf/neovim-qt",
    "license": "ISC",
    "suggest": {
        "neovim": "neovim"
    },
    "url": "https://github.com/equalsraf/neovim-qt/releases/download/v0.2.19/neovim-qt.zip",
    "hash": "d73c5f6b3d34d4ef6299eda6206fbe8ff402b7840f69af1182da5a94a22e0c00",
    "bin": "bin\\nvim-qt.exe",
    "shortcuts": [
        [
            "bin\\nvim-qt.exe",
            "Neovim Qt"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/equalsraf/neovim-qt/releases",
        "regex": "tag/v([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://github.com/equalsraf/neovim-qt/releases/download/v$version/neovim-qt.zip"
    }
}
