2015-05-14 20:31:03 +08:00
|
|
|
{
|
2018-10-17 11:14:48 +08:00
|
|
|
"name": "flarum/mentions",
|
2015-10-11 10:32:57 +08:00
|
|
|
"description": "Mention and reply to specific posts and users.",
|
|
|
|
"type": "flarum-extension",
|
2015-10-12 12:31:11 +08:00
|
|
|
"keywords": ["discussion"],
|
2015-10-11 10:32:57 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2020-12-09 08:57:10 +08:00
|
|
|
"source": "https://github.com/flarum/mentions",
|
|
|
|
"forum": "https://discuss.flarum.org"
|
2015-10-11 10:32:57 +08:00
|
|
|
},
|
2020-12-09 08:57:10 +08:00
|
|
|
"homepage": "https://flarum.org",
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "website",
|
|
|
|
"url": "https://flarum.org/donate/"
|
|
|
|
}
|
|
|
|
],
|
2015-10-11 10:32:57 +08:00
|
|
|
"require": {
|
2020-12-15 16:13:11 +08:00
|
|
|
"flarum/core": "^0.1.0-beta.15"
|
2015-10-11 10:32:57 +08:00
|
|
|
},
|
2015-05-14 20:31:03 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\Mentions\\": "src/"
|
|
|
|
}
|
2015-09-04 10:06:14 +08:00
|
|
|
},
|
2015-10-11 10:32:57 +08:00
|
|
|
"extra": {
|
2016-01-19 14:48:23 +08:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-11 10:32:57 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Mentions",
|
2020-11-25 14:23:14 +08:00
|
|
|
"category": "discussion",
|
2015-10-11 10:32:57 +08:00
|
|
|
"icon": {
|
2018-05-10 16:01:02 +08:00
|
|
|
"name": "fas fa-at",
|
2015-10-11 10:32:57 +08:00
|
|
|
"backgroundColor": "#539EC1",
|
|
|
|
"color": "#fff"
|
|
|
|
}
|
|
|
|
}
|
2015-05-14 20:31:03 +08:00
|
|
|
}
|
|
|
|
}
|