-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
36 lines (36 loc) · 954 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
28
29
30
31
32
33
34
35
36
{
"name" : "varunsridharan/wp-localizer",
"description" : "Simple & Usefull WP Localizer Library ",
"type" : "library",
"support" : {
"email" : "varunsridharan23@gmail.com",
"issues" : "https://github.com/varunsridharan/wp-localizer/issues",
"wiki" : "https://github.com/varunsridharan/wp-localizer/wiki"
},
"homepage" : "https://github.com/varunsridharan/wp-localizer",
"license" : "GPL-3.0-or-later",
"keywords" : [
"wordpress",
"wordpress-theme",
"wordpress-plugin",
"wordpress-library",
"wordpress-plugin-library",
"wordpress-theme-library",
"wordpress-localizer",
"wordpress-php-to-js",
"wordpress-plugin-localizer"
],
"autoload" : {
"psr-4" : {
"Varunsridharan\\WordPress\\" : "./src"
}
},
"authors" : [
{
"name" : "Varun Sridharan",
"email" : "varunsridharan23@gmail.com",
"homepage" : "http://varunsridharan.in",
"role" : "Developer"
}
]
}