mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 13:04:22 +00:00
18 lines
325 B
JSON
18 lines
325 B
JSON
|
{
|
||
|
"name": "openlegends/asset",
|
||
|
"description": "Game Assets for OpenLegends",
|
||
|
"type": "library",
|
||
|
"license": "MIT",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"OpenLegends\\Asset\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "OpenLegends"
|
||
|
}
|
||
|
],
|
||
|
"require": {}
|
||
|
}
|