picea-asset/composer.json

39 lines
819 B
JSON
Raw Normal View History

{
"name": "mcnd/picea-asset",
"description": "An asset manager working with ES6 'importmap'",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "info@mcnd.ca"
}
],
"require": {
"mcnd/picea": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mcNdave/picea.git"
}
],
"autoload": {
"psr-4": {
"Picea\\Asset\\": "src/"
}
2023-10-18 17:58:02 +00:00
},
"extra": {
"lean": {
"autoload": {
2023-10-18 18:22:03 +00:00
"definitions": [
2023-10-18 17:58:02 +00:00
"meta/definitions.php"
2023-11-07 16:00:47 +00:00
],
"config": [
"meta/config.php"
2023-10-18 17:58:02 +00:00
]
}
}
}
}