mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 13:07:25 +08:00
23 lines
472 B
JSON
Executable File
23 lines
472 B
JSON
Executable File
{
|
|
"name": "blessing/texture-renderer",
|
|
"description": "Minecraft texture renderer.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Pig Fang",
|
|
"email": "g-plane@hotmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"ext-gd": "*",
|
|
"intervention/image": "^2.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Blessing\\": "src/Blessing"
|
|
}
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|