2019-02-09 05:00:23 +00:00

27 lines
713 B
JSON

{
"homepage": "https://github.com/denoland/deno",
"description": "A secure TypeScript runtime on V8",
"version": "0.2.11",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v0.2.11/deno_win_x64.zip",
"hash": "ef268fdc1a9ad6b47874998857a5b69600af5b9e48b6ed29b6d059e08c9795b5"
}
},
"bin": [
[
"deno.exe",
"deno"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v$version/deno_win_x64.zip"
}
}
}
}