mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
30 lines
693 B
JSON
30 lines
693 B
JSON
{
|
|
"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"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"Parsedown": ""}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-0": {
|
|
"TestParsedown": "test/",
|
|
"ParsedownTest": "test/",
|
|
"CommonMarkTest": "test/",
|
|
"CommonMarkTestWeak": "test/"
|
|
}
|
|
}
|
|
}
|