-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
46 lines (46 loc) · 1.23 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
37
38
39
40
41
42
43
44
45
46
{
"name" : "varunsridharan/wp-dependencies",
"description" : "Provides Function To Check if a plugin is active/inactive & function to compare versions.",
"type" : "library",
"support" : {
"email" : "varunsridharan23@gmail.com",
"issues" : "https://github.com/varunsridharan/wp-dependencies/issues",
"source" : "https://github.com/varunsridharan/wp-dependencies",
"wiki" : "https://github.com/varunsridharan/wp-dependencies/wiki/"
},
"homepage" : "https://github.com/varunsridharan/wp-dependencies/",
"license" : "GPL-3.0-or-later",
"keywords" : [
"wordpress",
"wordpress-plugin",
"wordpress-theme",
"wordpress-library",
"wordpress-plugin-library",
"wordpress-theme-library",
"wordpress-php-library",
"wordpress-theme-development",
"wordpress-plugin-development",
"wordpress-plugins",
"wordpress-development",
"wp-plugin",
"wp-theme",
"wp-library",
"wp-addon",
"vsp-libs",
"wp",
"dependencies",
"wp-dependencies",
"wordpress-dependencies"
],
"autoload" : {
"files" : [ "./src/dependencies.php" ]
},
"authors" : [
{
"name" : "Varun Sridharan",
"email" : "varunsridharan23@gmail.com",
"homepage" : "http://varunsridharan.in",
"role" : "Developer"
}
]
}