27 lines
536 B
JSON
27 lines
536 B
JSON
{
|
|
"name": "kirki-framework/util",
|
|
"type": "library",
|
|
"description": "The Kirki WordPress plugin core classes.",
|
|
"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\\Util\\": "src/"
|
|
}
|
|
}
|
|
}
|