posts/plugins/markdown-typography/composer.json

34 lines
686 B
JSON

{
"name": "n-parsons/markdown-typography",
"type": "grav-plugin",
"description": "Enables substitution of typographic characters during Markdown processing",
"keywords": [
"plugin"
],
"homepage": "https://github.com/N-Parsons/grav-plugin-markdown-typography",
"license": "MIT",
"authors": [
{
"name": "Nathan Parsons",
"email": "nathan@parsons.digital",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.3"
},
"autoload": {
"psr-4": {
"Grav\\Plugin\\MarkdownTypography\\": "classes/"
},
"classmap": [
"MarkdownTypography.php"
]
},
"config": {
"platform": {
"php": "7.1.3"
}
}
}