mirror of
https://ghfast.top/https://github.com/bradvin/wp-git-sync.git
synced 2026-06-10 23:03:58 +08:00
22 lines
468 B
JSON
22 lines
468 B
JSON
{
|
|
"name": "WP Git Sync",
|
|
"slug": "wp-git-sync",
|
|
"version": "0.1.2",
|
|
"description": "Sync WordPress content and metadata to GitHub.",
|
|
"type": "wordpress-plugin",
|
|
"author": "Foo Bender",
|
|
"contributors": [
|
|
"bradvin",
|
|
"foobender"
|
|
],
|
|
"license": "GPL-2.0-or-later",
|
|
"requires": {
|
|
"wordpress": "6.4",
|
|
"php": ">=7.4"
|
|
},
|
|
"tested_up_to": "6.9",
|
|
"build": {
|
|
"output_dir": "dist",
|
|
"zip_name_template": "{slug}-{version}.zip"
|
|
}
|
|
}
|