-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 1.01 KB
/
Copy pathcomposer.json
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
{
"name" : "varunsridharan/wp2github-md",
"description" : "Lightweight Application To Convert WordPress Readme Into Github Markdown",
"readme" : "readme.md",
"support" : {
"email" : "varunsridharan23@gmail.com",
"docs" : "https://github.com/varunsridharan/wp2github-md",
"issues" : "https://github.com/varunsridharan/wp2github-md",
"source" : "https://github.com/varunsridharan/wp2github-md"
},
"homepage" : "https://github.com/varunsridharan/wp2github-md",
"license" : "GPL-3.0-or-later",
"keywords" : [
"github",
"wordpress",
"github-md",
"markdown",
"wordpress-readme",
"readme",
"readme-md",
"md-readme"
],
"bin" : [ "./bin/wp2gitthub-md.bat" ],
"autoload" : {
"psr-4" : {
"WP2Github_MD\\" : "src/"
}
},
"authors" : [
{
"name" : "Varun Sridharan",
"email" : "varunsridharan23@gmail.com",
"homepage" : "http://varunsridharan.in",
"role" : "Developer"
}
]
}