39 lines
819 B
JSON
39 lines
819 B
JSON
{
|
|
"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/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"lean": {
|
|
"autoload": {
|
|
"definitions": [
|
|
"meta/definitions.php"
|
|
],
|
|
"config": [
|
|
"meta/config.php"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|