{ "version": "0.6.0-dev-452-gb3e0d6708", "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": "725e96abd84b00fba24d0804fb08fb23e49bb5415cd63cfe1282bc5911cd452a" }, "32bit": { "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win32.zip", "hash": "1778be1bf694fe88c759b845e0b1641d400c454efc9bc654b70d393524c670e3" } }, "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" } } } }