2023-10-09 23:52:43 +00:00
|
|
|
{
|
|
|
|
"name": "assets-package/webcomponent",
|
|
|
|
"description": "Web component package",
|
2023-10-17 17:58:47 +00:00
|
|
|
"type": "asset",
|
2023-10-09 23:52:43 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dave Mc Nicoll",
|
|
|
|
"email": "info@mcnd.ca"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {},
|
2023-10-17 17:58:47 +00:00
|
|
|
"autoload": {},
|
|
|
|
"extra" : {
|
|
|
|
"lean" : {
|
|
|
|
"autoload": {
|
|
|
|
"definitions" : [
|
|
|
|
"meta/definitions.php"
|
|
|
|
],
|
|
|
|
"config": [
|
|
|
|
"meta/config.php"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-10-09 23:52:43 +00:00
|
|
|
}
|