ScoopInstaller_Main/bucket/tailwindcss.json
2023-12-19 08:26:35 +00:00

22 lines
764 B
JSON

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