mirror of
https://gh.wpcy.net/https://github.com/WP-Autoplugin/hub2wp.git
synced 2026-05-01 20:52:31 +08:00
18 lines
464 B
JSON
18 lines
464 B
JSON
{
|
|
"name": "wp-autoplugin/hub2wp",
|
|
"version": "1.5.0",
|
|
"description": "Browse, install, and update WordPress themes and plugins from GitHub, as if they were in the .org repo.",
|
|
"type": "wordpress-plugin",
|
|
"autoload": {
|
|
"classmap": [
|
|
"includes/"
|
|
]
|
|
},
|
|
"license": "GPL-2.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "WP-Autoplugin",
|
|
"email": "connect@webwizwork.com"
|
|
}
|
|
]
|
|
}
|