flexboxgrid/composer.json

27 lines
585 B
JSON
Raw Normal View History

2023-10-09 23:10:56 +00:00
{
2023-10-12 18:47:22 +00:00
"name": "assets-package/flexboxgrid",
2023-10-09 23:10:56 +00:00
"description": "Flexbox Grid package made originally by kristoferjoseph",
"type": "asset",
2023-10-09 23:10:56 +00:00
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "info@mcnd.ca"
}
],
"require": {},
"autoload": {},
"extra" : {
"lean" : {
2023-10-17 17:27:54 +00:00
"autoload": {
"definitions" : [
"definitions.php"
],
"config": [
"config.php"
]
}
}
}
2023-10-09 23:10:56 +00:00
}