{ "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": { "tailwindcss/tailwindcss": "^2.2.19", "tailwindcss/typography": "^0.4.1" } }