26 lines
537 B
JSON
26 lines
537 B
JSON
{
|
|
"name": "kirki-framework/data-option",
|
|
"type": "library",
|
|
"keywords": [
|
|
"WordPress",
|
|
"Customizer"
|
|
],
|
|
"description": "Hooks and tweaks to allow Kirki Fields to save options.",
|
|
"homepage": "https://kirki.org/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Kirki Framework",
|
|
"email": "connect@mapsteps.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Kirki\\Data\\": "src"
|
|
}
|
|
}
|
|
}
|