{
    "version": "0.2.18",
    "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.18/neovim-qt.zip",
    "hash": "7800ca07441f2a12d0ecbff7a92bf8642f680ff4e5f3a19f23b12a6396c26f42",
    "bin": "bin\\nvim-qt.exe",
    "shortcuts": [
        [
            "bin\\nvim-qt.exe",
            "Neovim Qt"
        ]
    ],
    "checkver": {
        "url": "https://api.github.com/repositories/20190634/releases",
        "regex": "tag/v([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://github.com/equalsraf/neovim-qt/releases/download/v$version/neovim-qt.zip"
    }
}
