mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 10:18:45 +08:00
37 lines
967 B
JSON
37 lines
967 B
JSON
{
|
|
"name": "flarum/markdown",
|
|
"description": "Allow posts to be formatted with Markdown.",
|
|
"type": "flarum-extension",
|
|
"keywords": ["formatting"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Toby Zerner",
|
|
"email": "toby.zerner@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/markdown"
|
|
},
|
|
"require": {
|
|
"flarum/core": "^0.1.0-beta.8"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "Markdown",
|
|
"icon": {
|
|
"image": "icon.svg",
|
|
"backgroundColor": "#000",
|
|
"backgroundSize": "100%",
|
|
"backgroundRepeat": "no-repeat",
|
|
"backgroundPosition": "center",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
}
|