You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
567 B
25 lines
567 B
{
|
|
"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"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"Parsedown": ""}
|
|
}
|
|
}
|