{ "homepage": "https://neovim.io/", "version": "0.3.7", "description": "Vim-fork focused on extensibility and usability", "license": { "identifier": "Apache-2.0,MIT,Vim", "url": "https://github.com/neovim/neovim/blob/master/LICENSE" }, "architecture": { "64bit": { "url": "https://github.com/neovim/neovim/releases/download/v0.3.7/nvim-win64.zip", "hash": "e049e28cb9d4c0c89de33f3a1266197e6b8c3bcb28677617f7117661de702235" }, "32bit": { "url": "https://github.com/neovim/neovim/releases/download/v0.3.7/nvim-win32.zip", "hash": "c4cfe890c4c92a4a56716933775f20d819cfcd94e1575000b9a98be3713fff91" } }, "suggest": { "vcredist": "extras/vcredist2015" }, "bin": [ "Neovim\\bin\\nvim.exe", "Neovim\\bin\\nvim-qt.exe" ], "shortcuts": [ [ "Neovim\\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" } } } }