ScoopInstaller_Main/bucket/tailwindcss.json
2023-02-17 00:36:05 +00:00

22 lines
764 B
JSON

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