responsive-cards/composer.json
2024-07-06 19:31:52 -04:00

19 lines
450 B
JSON

{
"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"
}
],
"require": {
}
}