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

22 lines
764 B
JSON

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