-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 1009 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
{
"name" : "varunsridharan/wp-conditional-logic",
"description" : "Simple WordPress Library To Evaluate / Handle Conditional Logic.",
"support" : {
"email" : "varunsridharan23@gmail.com",
"docs" : "https://github.com/varunsridharan/wp-conditional-logic/issues",
"issues" : "https://github.com/varunsridharan/wp-conditional-logic/issues",
"source" : "https://github.com/varunsridharan/wp-conditional-logic/",
"wiki" : "https://github.com/varunsridharan/wp-conditional-logic/issues"
},
"homepage" : "https://github.com/varunsridharan/wp-conditional-logic/",
"license" : "GPL-3.0-or-later",
"keywords" : [ ],
"autoload" : {
"psr-4" : {
"Varunsridharan\\WordPress\\WP_Conditional_Logic\\" : "src/"
},
"files" : [ "src/functions.php", "src/WP_Conditional_Logic.php" ]
},
"authors" : [
{
"name" : "Varun Sridharan",
"email" : "varunsridharan23@gmail.com",
"homepage" : "http://varunsridharan.in",
"role" : "Developer"
}
]
}