ScoopInstaller_Main/bucket/tailwindcss.json
2024-12-03 20:29:30 +00:00

22 lines
766 B
JSON

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