ScoopInstaller_Main/bucket/tailwindcss.json
2024-07-15 16:28:44 +00:00

22 lines
764 B
JSON

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