27 lines
566 B
JSON
Executable File
27 lines
566 B
JSON
Executable File
{
|
|
"name": "kodorvan/surikov",
|
|
"description": "Online library of the Surikov Museum",
|
|
"type": "project",
|
|
"license": "WTFPL",
|
|
"homepage": "https://git.svoboda.works/kodorvan/surikov",
|
|
"authors": [
|
|
{
|
|
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
|
"email": "arsen@mirzaev.sexy",
|
|
"homepage": "https://mirzaev.sexy",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.4.0",
|
|
"mirzaev/minimal": "^3.6.2",
|
|
"twig/twig": "^3.3",
|
|
"mirzaev/languages": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"kodorvan\\surikov\\": "kodorvan/surikov/system"
|
|
}
|
|
}
|
|
}
|