27 lines
636 B
JSON
27 lines
636 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|