responsive-cards/composer.json

21 lines
539 B
JSON
Raw Normal View History

2024-07-06 18:27:29 -04:00
{
"name": "dylanbanta/responsive-cards",
"description": "A Laravel component that responsively displays up to 3 cards in a row. The cards size is determined by character count.",
"type": "larave-component",
"license": "MIT",
"autoload": {
"psr-4": {
"Dylanbanta\\ResponsiveCards\\": "src/"
}
},
"authors": [
{
"name": "Dylan Banta"
}
],
2024-07-06 19:20:48 -04:00
"require": {
"tailwindcss/tailwindcss": "^2.2.19",
"tailwindcss/typography": "^0.4.1"
}
2024-07-06 18:27:29 -04:00
}