-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
58 lines (58 loc) · 1.9 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name" : "varunsridharan/wc-product-subtitle",
"description" : "Create Custom Product Subtitle For WooCommerce Products.",
"readme" : "readme.md",
"type" : "wordpress-plugin",
"support" : {
"issues" : "https://github.com/varunsridharan/wc-product-subtitle/issues"
},
"homepage" : "https://github.com/varunsridharan/wc-product-subtitle",
"license" : "GPL-3.0-or-later",
"keywords" : [
"wordpress",
"wordpress-plugin",
"woocommerce",
"woocommerce-plugin",
"woocommerce-extension",
"woocommerce-products",
"woocommerce-product-sku",
"woocommerce-sku",
"woocommerce-shop",
"woocommerce-seo",
"wordpress-seo",
"product-sku",
"products",
"product",
"sku",
"sku-link",
"wc-product",
"wc-product-sku"
],
"require" : {
"varunsridharan/vsp-framework" : "*",
"wponion/wponion" : "*"
},
"require-dev" : {
"varunsridharan/wp-cli-textdomain" : "*",
"varunsridharan/wp2github-md" : "*",
"mustangostang/spyc" : "*",
"varunsridharan/php-classmap-generator" : "*"
},
"scripts" : {
"makepot" : "makepot ./wp-pot.json",
"add-textdomain" : "add-textdomain -i \"wc-product-subtitle\" ./",
"wp2githubmd" : "wp2gitthub-md \"wc-product-subtitle\" \"./readme.txt\" ",
"classmaps" : "classmap-generator \"includes/\" ./classmaps.php",
"wpo-dev" : "rm -rf ./vendor/wponion/wponion && git clone --branch development https://github.com/wponion/wponion ./vendor/wponion/wponion/",
"vsp-dev" : "rm -rf ./vendor/varunsridharan/vsp-framework && git clone https://github.com/varunsridharan/vsp-framework ./vendor/varunsridharan/vsp-framework/",
"build" : [ "@add-textdomain", "@makepot", "@wp2githubmd" ]
},
"authors" : [
{
"name" : "Varun Sridharan",
"email" : "varunsridharan23@gmail.com",
"homepage" : "http://varunsridharan.in",
"role" : "Developer"
}
]
}