{ "version": "0.6.0-dev-553-g7899c4099", "description": "Vim fork focused on extensibility and usability", "homepage": "https://neovim.io", "license": { "identifier": "Apache-2.0,Vim", "url": "https://github.com/neovim/neovim/blob/master/LICENSE" }, "suggest": { "vcredist": "extras/vcredist2015" }, "architecture": { "64bit": { "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip", "hash": "f51a57141f06028e5651d347490297eb503fefff0b4ad195c331d19df9fe1cc0" }, "32bit": { "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip", "hash": "9c0a39257828ce2900b1579368b0b4cd5adb2b2585fb026dda0d3f77fd4f33dc" } }, "extract_dir": "Neovim", "bin": [ "bin\\nvim.exe", "bin\\nvim-qt.exe" ], "shortcuts": [ [ "bin\\nvim-qt.exe", "Neovim" ] ], "checkver": { "url": "https://api.github.com/repos/neovim/neovim/releases", "regex": "NVIM v([\\w.-]+)\\+([\\w.-]+)", "replace": "${1}-${2}" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip" }, "32bit": { "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip" } } } }