You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
428 B
JSON
18 lines
428 B
JSON
11 years ago
|
{
|
||
|
"name": "erusev/parsedown",
|
||
|
"description": "Parser for Markdown.",
|
||
|
"keywords": ["markdown", "parser"],
|
||
|
"homepage": "http://parsedown.org",
|
||
|
"type": "library",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Emanuil Rusev",
|
||
|
"email": "hello@erusev.com",
|
||
|
"homepage": "http://erusev.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-0": {"Parsedown": ""}
|
||
|
}
|
||
|
}
|