framework/extensions/markdown/composer.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2015-07-23 19:05:03 +08:00
{
2018-10-17 11:14:48 +08:00
"name": "flarum/markdown",
2015-10-11 14:05:01 +08:00
"description": "Allow posts to be formatted with Markdown.",
"type": "flarum-extension",
2015-10-12 12:31:03 +08:00
"keywords": ["formatting"],
2015-10-11 14:05:01 +08:00
"license": "MIT",
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/markdown",
"forum": "https://discuss.flarum.org"
2015-10-11 14:05:01 +08:00
},
"homepage": "https://flarum.org",
"funding": [
{
"type": "website",
"url": "https://flarum.org/donate/"
}
],
2015-10-11 14:05:01 +08:00
"require": {
2020-10-15 20:31:50 +08:00
"flarum/core": "^0.1.0-beta.14"
2015-10-11 14:05:01 +08:00
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
},
2015-10-11 14:05:01 +08:00
"flarum-extension": {
"title": "Markdown",
"category": "formatting",
2015-10-11 14:05:01 +08:00
"icon": {
"image": "icon.svg",
"backgroundColor": "#000",
"backgroundSize": "100%",
"backgroundRepeat": "no-repeat",
"backgroundPosition": "center",
"color": "#fff"
}
}
2015-07-23 19:05:03 +08:00
}
}