2019-02-19 05:00:19 +00:00

27 lines
711 B
JSON

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