{ "version": "0.3.0", "license": "https://github.com/neovim/neovim/blob/master/LICENSE", "architecture": { "64bit": { "url": "https://github.com/neovim/neovim/releases/download/v0.3.0/nvim-win64.zip", "hash": "9e341575148884339055e8fccbf80907f36315ab5d27f843cbe535f06cbfdea1" }, "32bit": { "url": "https://github.com/neovim/neovim/releases/download/v0.3.0/nvim-win32.zip", "hash": "3b00c7ed7e6d53ac965cb8864d8780f7e96cb259a2c27c5eff7a535d22c44cb2" } }, "suggest": { "Visual Studio 2015 C++ redistributable": [ "vcredist2015" ] }, "homepage": "https://neovim.io/", "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" } } } }