Adds DFs
This commit is contained in:
22
spec/fixtures/dynamic_finders/plugin_version/wc-tabs/composer_file/package.json
vendored
Normal file
22
spec/fixtures/dynamic_finders/plugin_version/wc-tabs/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "wc-tabs-lite",
|
||||
"version": "1.0.0",
|
||||
"description": "WC Tabs - Custom Product Tabs Lite for WooCommerce",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "gulp",
|
||||
"pot": "gulp pot",
|
||||
"zip": "gulp zip",
|
||||
"build": "gulp build"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "WPBranch",
|
||||
"license": "GPL v2 or later",
|
||||
"devDependencies": {
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-clean": "^0.4.0",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-wp-pot": "^2.5.0",
|
||||
"gulp-zip": "^5.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user