generated from varunsridharan/git-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 787 Bytes
/
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
{
"name" : "varunsridharan/wp-cli-textdomain",
"description" : "Simple Library Which Provides Option To Render TextDomains",
"type" : "library",
"support" : {
"email" : "varunsridharan23@gmail.com",
"issues" : "https://github.com/varunsridharan/wp-cli-text-domain/issues"
},
"homepage" : "https://github.com/varunsridharan/wp-cli-text-domain/",
"license" : "GPL-3.0-or-later",
"keywords" : [ ],
"bin" : [
"bin/add-textdomain.bat",
"bin/makepot.bat"
],
"require" : {
"wp-cli/i18n-command" : ">=1"
},
"authors" : [
{
"name" : "Varun Sridharan",
"email" : "varunsridharan23@gmail.com",
"homepage" : "http://varunsridharan.in",
"role" : "Developer"
}
]
}