29 lines
643 B
JSON
29 lines
643 B
JSON
{
|
|
"name": "kirki-framework/control-code",
|
|
"type": "library",
|
|
"description": "Code control for the Kirki Customizer framework.",
|
|
"keywords": [
|
|
"wordpress",
|
|
"customizer",
|
|
"framework"
|
|
],
|
|
"homepage": "https://kirki.org",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Kirki Framework",
|
|
"email": "connect@mapsteps.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"kirki-framework/field": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Kirki\\Control\\": "src/Control",
|
|
"Kirki\\Field\\": "src/Field"
|
|
}
|
|
}
|
|
}
|