-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
38 lines (38 loc) · 865 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
37
38
{
"name" : "varunsridharan/wp-endpoint",
"description" : "Simple Lib To Handle Creation of Custom Endpoints Or Rewrites in WordPress ",
"type" : "library",
"license" : "GPL-3.0-or-later",
"keywords" : [
"wordpress",
"wordpress-plugin",
"wordpress-php-library",
"wordpress-development",
"wordpress-plugin-library",
"wordpress-plugin-development",
"wordpress-router",
"wordpress-plugin-addon",
"wordpress-endpoint",
"wordpress-library",
"wordpress-development-kit",
"wordpress-plugins",
"rewrites",
"php",
"wp-endpoint",
"vsp-libs"
],
"authors" : [
{
"name" : "Varun",
"email" : "varunsridharan23@gmail.com",
"homepage" : "https://varunsridharan.in",
"role" : "Developer"
}
],
"require" : { },
"autoload" : {
"psr-4" : {
"Varunsridharan\\WordPress\\" : "./src"
}
}
}