mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
24 lines
568 B
JSON
24 lines
568 B
JSON
{
|
|
"name": "flarum-mentions",
|
|
"title": "Mentions",
|
|
"description": "Mention and reply to specific posts and users.",
|
|
"tags": [
|
|
"discussions"
|
|
],
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Toby Zerner",
|
|
"email": "toby@flarum.org",
|
|
"homepage": "http://tobyzerner.com"
|
|
},
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"flarum": ">0.1.0"
|
|
},
|
|
"links": {
|
|
"github": "https://github.com/flarum/mentions",
|
|
"issues": "https://github.com/flarum/mentions/issues"
|
|
}
|
|
}
|