mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
18 lines
489 B
JSON
18 lines
489 B
JSON
|
|
{
|
||
|
|
"name": "redux-framework/redux-framework",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Team Redux"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"type": "wordpress-plugin",
|
||
|
|
"description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
|
||
|
|
"homepage": "http://reduxframework.com",
|
||
|
|
"license": "GPL-3.0+",
|
||
|
|
"keywords": ["settings", "wordpress", "options", "framework", "redux", "customizer", "plugin"],
|
||
|
|
"require" : {
|
||
|
|
"php" : ">=5.2.0",
|
||
|
|
"composer/installers": "~1.0"
|
||
|
|
}
|
||
|
|
}
|