-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 835 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 835 Bytes
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
{
"name" : "varunsridharan/wp-ajaxer",
"description" : "Simple Lightweight Ajax Handler For WP Theme/Plugin Developers.",
"type" : "library",
"license" : "GPL-3.0-or-later",
"keywords" : [
"wp-library",
"wp-developers",
"wordpress",
"wordpress-development",
"wordpress-theme",
"wordpress-plugin",
"wordpress-plugin-library",
"wordpress-theme-library",
"library",
"php",
"ajax",
"ajax-handler",
"wp-ajax-handler",
"wordpress-ajax",
"ajax-library",
"wp-ajax",
"vsp-wp-ajaxer",
"wp-theme",
"vsp-libs"
],
"authors" : [
{
"name" : "Varun",
"email" : "varunsridharan23@gmail.com",
"homepage" : "https://varunsridharan.in",
"role" : "Developer"
}
],
"require" : { },
"autoload" : {
"psr-4" : {
"Varunsridharan\\WordPress\\" : "./src"
}
}
}