{ "homepage": "https://neovim.io/", "version": "0.4.3", "description": "Vim-fork focused on extensibility and usability", "license": { "identifier": "Apache-2.0,Vim", "url": "https://github.com/neovim/neovim/blob/master/LICENSE" }, "architecture": { "64bit": { "url": "https://github.com/neovim/neovim/releases/download/v0.4.3/nvim-win64.zip", "hash": "549fd985e3e6207dc3d52d17fb2bc7957adc264f20b525fc7e62f8dc8c597931" }, "32bit": { "url": "https://github.com/neovim/neovim/releases/download/v0.4.3/nvim-win32.zip", "hash": "4f63f55697afaf4d9f82204768fd7ad3e98cc554f2745afd4a160d50a63d1025" } }, "extract_dir": "Neovim", "bin": [ "bin\\nvim.exe", "bin\\nvim-qt.exe" ], "shortcuts": [ [ "bin\\nvim-qt.exe", "Neovim" ] ], "checkver": { "github": "https://github.com/neovim/neovim" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win64.zip" }, "32bit": { "url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win32.zip" } } }, "suggest": { "vcredist": "extras/vcredist2015" } }