ScoopInstaller_Main/bucket/tailwindcss.json
2022-06-14 20:29:22 +00:00

22 lines
764 B
JSON

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