Adds DFs
This commit is contained in:
28
spec/fixtures/dynamic_finders/plugin_version/amwal-checkout/composer_file/package.json
vendored
Normal file
28
spec/fixtures/dynamic_finders/plugin_version/amwal-checkout/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "amwal-checkout-woocommerce",
|
||||
"version": "1.0.15",
|
||||
"description": "Amwal Checkout for WooCommerce",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build assets/src/index.js --output-path=assets/build",
|
||||
"start": "wp-scripts start assets/src/index.js --output-path=assets/build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/amwal-tech/amwal-woocommerce.git"
|
||||
},
|
||||
"keywords": [
|
||||
"amwal",
|
||||
"checkout",
|
||||
"woocommerce"
|
||||
],
|
||||
"author": "Amwal Tech, Inc.",
|
||||
"license": "GPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/amwal-tech/amwal-woocommerce/issues"
|
||||
},
|
||||
"homepage": "https://github.com/amwal-tech/amwal-woocommerce#readme",
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "24.3.0",
|
||||
"amwal-checkout-button": "0.0.28"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user