27 lines
537 B
JSON
27 lines
537 B
JSON
{
|
|
"name": "kirki-framework/l10n",
|
|
"type": "library",
|
|
"description": "Allows loading a 2nd textdomain inside a theme.",
|
|
"keywords": [
|
|
"wordpress",
|
|
"customizer",
|
|
"framework"
|
|
],
|
|
"homepage": "https://kirki.org/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Kirki Framework",
|
|
"email": "connect@mapsteps.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Kirki\\": "src"
|
|
}
|
|
}
|
|
}
|