framework/extensions/markdown/composer.json

31 lines
844 B
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",
2018-10-17 11:14:48 +08:00
"source": "https://github.com/flarum/markdown"
2015-10-11 14:05:01 +08:00
},
"require": {
2020-05-04 16:14:22 +08:00
"flarum/core": "^0.1.0-beta.13"
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",
"icon": {
"image": "icon.svg",
"backgroundColor": "#000",
"backgroundSize": "100%",
"backgroundRepeat": "no-repeat",
"backgroundPosition": "center",
"color": "#fff"
}
}
2015-07-23 19:05:03 +08:00
}
}