mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
30 lines
684 B
JSON
30 lines
684 B
JSON
{
|
|
"name": "visiosoft/defaultadmin-theme",
|
|
"type": "streams-addon",
|
|
"description": "The official admin theme for Visiosoft.",
|
|
"keywords": [
|
|
"cms",
|
|
"addon",
|
|
"theme",
|
|
"visiosoft",
|
|
"laravel"
|
|
],
|
|
"homepage": "https://visiosoft.com.tr/",
|
|
"authors": [
|
|
{
|
|
"name": "Visiosoft, Inc.",
|
|
"email": "support@visiosoft.com.tr",
|
|
"homepage": "https://visiosoft.com.tr/",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@visiosoft.com.tr"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Visiosoft\\DefaultadminTheme\\": "src/"
|
|
}
|
|
}
|
|
}
|