undraw/composer.json

27 lines
559 B
JSON
Raw Permalink Normal View History

2023-10-12 18:42:11 +00:00
{
"name": "assets-package/undraw",
"description": "Undraw collection of SVG",
2023-10-17 17:58:31 +00:00
"type": "asset",
2023-10-12 18:42:11 +00:00
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "info@mcnd.ca"
}
],
"require": {},
2023-10-17 17:58:31 +00:00
"autoload": {},
"extra" : {
"lean" : {
"autoload": {
"definitions" : [
"meta/definitions.php"
],
"config": [
"meta/config.php"
]
}
}
}
2023-10-12 18:42:11 +00:00
}