-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
36 lines (36 loc) · 1.4 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
{
"name" : "varunsridharan/woocommerce-quick-buy",
"description" : "Add Quick buy button to redirect user to checkout / cart immediately when he click quick buy button",
"support" : {
"email" : "varunsridharan23@gmail.com",
"issues" : "https://github.com/varunsridharan/woocommerce-quick-buy/issues/",
"source" : "https://github.com/varunsridharan/woocommerce-quick-buy/"
},
"homepage" : "https://wordpress.org/plugins/woocommerce-quick-buy",
"license" : "GPL-3.0-or-later",
"require" : {
"wponion/wponion" : "*",
"varunsridharan/vsp-framework" : "*"
},
"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-quick-buy ./",
"wp2githubmd" : "wp2gitthub-md \"woocommerce-quick-buy\" \"./readme.txt\" ",
"classmaps" : "classmap-generator \"includes/\" ./classmaps.php",
"build" : [ "@classmaps", "@makepot", "@add-textdomain", "@wp2githubmd" ]
},
"authors" : [
{
"name" : "Varun Sridharan",
"email" : "varunsridharan23@gmail.com",
"homepage" : "http://varunsridharan.in",
"role" : "Developer"
}
]
}