framework/extensions/markdown/composer.json

37 lines
967 B
JSON
Raw Normal View History

2015-07-23 20:35:03 +09:30
{
2018-10-17 13:44:48 +10:30
"name": "flarum/markdown",
2015-10-11 16:35:01 +10:30
"description": "Allow posts to be formatted with Markdown.",
"type": "flarum-extension",
2015-10-12 15:01:03 +10:30
"keywords": ["formatting"],
2015-10-11 16:35:01 +10:30
"license": "MIT",
"authors": [
{
"name": "Toby Zerner",
"email": "toby.zerner@gmail.com"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
2018-10-17 13:44:48 +10:30
"source": "https://github.com/flarum/markdown"
2015-10-11 16:35:01 +10:30
},
"require": {
2018-01-11 12:25:38 +10:30
"flarum/core": "^0.1.0-beta.8"
2015-10-11 16:35:01 +10:30
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
},
2015-10-11 16:35:01 +10:30
"flarum-extension": {
"title": "Markdown",
"icon": {
"image": "icon.svg",
"backgroundColor": "#000",
"backgroundSize": "100%",
"backgroundRepeat": "no-repeat",
"backgroundPosition": "center",
"color": "#fff"
}
}
2015-07-23 20:35:03 +09:30
}
}