ScoopInstaller_Main/bucket/tailwindcss.json
2022-07-11 20:28:19 +00:00

22 lines
764 B
JSON

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