mirror of
https://github.com/erusev/parsedown.git
synced 2024-11-11 05:36:32 +01:00
3d649081e5
Fixes #374
22 lines
478 B
JSON
22 lines
478 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": ""}
|
|
}
|
|
}
|