responsive-cards/composer.json

19 lines
450 B
JSON
Raw Permalink 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": {
}
2024-07-06 18:27:29 -04:00
}