ScoopInstaller_Main/bucket/tailwindcss.json
2022-06-21 16:31:56 +00:00

22 lines
764 B
JSON

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