mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "flarum/mentions",
|
|
"description": "Mention and reply to specific posts and users.",
|
|
"type": "flarum-extension",
|
|
"keywords": ["discussion"],
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/mentions"
|
|
},
|
|
"require": {
|
|
"flarum/core": "^0.1.0-beta.14"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Mentions\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "Mentions",
|
|
"category": "discussion",
|
|
"info": {
|
|
"donate": "https://flarum.org/donate/",
|
|
"website": "https://flarum.org",
|
|
"support": "https://discuss.flarum.org"
|
|
},
|
|
"icon": {
|
|
"name": "fas fa-at",
|
|
"backgroundColor": "#539EC1",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
}
|