ScoopInstaller_Main/bucket/tailwindcss.json
2023-03-30 20:25:28 +00:00

22 lines
764 B
JSON

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