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