2013-07-11 00:22:16 +04:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2016-01-06 21:44:53 +03:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
2017-11-11 05:56:03 +03:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.35"
|
|
|
|
},
|
2013-07-11 00:22:16 +04:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {"Parsedown": ""}
|
2013-07-11 01:33:44 +04:00
|
|
|
}
|
2016-01-06 21:44:53 +03:00
|
|
|
}
|