ScoopInstaller_Main/bucket/tailwindcss.json
2024-08-07 16:29:43 +00:00

22 lines
764 B
JSON

{
"version": "3.4.8",
"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.4.8/tailwindcss-windows-x64.exe#/tailwindcss.exe",
"hash": "ec139c093efa1c7d606d593e2e2929fbdf66bbd3a2775d37a384b6938ae6eed9"
}
},
"bin": "tailwindcss.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v$version/tailwindcss-windows-x64.exe#/tailwindcss.exe"
}
}
}
}