ScoopInstaller_Main/bucket/tailwindcss.json
2023-03-29 00:33:09 +00:00

22 lines
764 B
JSON

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