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.
ParsedownCheckbox/composer.json

23 lines
669 B
JSON

{
"name": "leblanc-simon/parsedown-checkbox",
"description": "An extension of Parsedown and ParsedownExtra that adds support for checkbox",
"keywords": ["markdown", "markdown extra", "parser", "parsedown", "checkbox"],
"homepage": "https://github.com/leblanc-simon/parsedown-checkbox",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Simon Leblanc",
"email": "contact@leblanc-simon.eu",
"homepage": "https://www.leblanc-simon.fr"
}
],
"require": {
"erusev/parsedown-extra": "^0.7.1"
},
"autoload": {
"files": ["ParsedownCheckbox.php"]
}
}