ScoopInstaller_Main/bucket/tailwindcss.json
2022-02-08 00:32:26 +00:00

22 lines
766 B
JSON

{
"version": "3.0.19",
"description": "TailwindCSS framework CLI for rapid UI development",
"homepage": "https://github.com/tailwindlabs/tailwindcss",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.0.19/tailwindcss-windows-x64.exe#/tailwindcss.exe",
"hash": "4f472b831f65667fc97d94d70c216a64e9087fee7cf3a910a3283442e7f236f5"
}
},
"bin": "tailwindcss.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v$version/tailwindcss-windows-x64.exe#/tailwindcss.exe"
}
}
}
}