Initial build

This commit is contained in:
Cooper Dalrymple
2025-08-19 14:56:00 -05:00
parent 56d771385f
commit d6f44cbf99
8 changed files with 303 additions and 3 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"$schema": "https://www.schemastore.org/package.json",
"name": "woocommerce-form-pay-address",
"version": "1.0.0",
"title": "WooCommerce Pay for Order Address",
"description": "Allow users to edit the billing and shipping address on WooCommerce orders awaiting payment",
"author": "CleverOgre",
"license": "GPL-3.0+",
"keywords": [
"WordPress",
"Plugin",
"WooCommerce"
],
"homepage": "https://cleverogre.com",
"engines": {
"node": ">=6.9.4",
"npm": ">=1.1.0"
},
"devDependencies": {
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.3.0",
"gulp-zip": "^6.1.0",
"path": "^0.12.7"
}
}