ScoopInstaller_Main/bucket/tailwindcss.json
2022-08-05 16:33:06 +00:00

22 lines
764 B
JSON

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