2015-09-04 11:56:51 +08:00
|
|
|
{
|
2015-12-29 10:25:18 +08:00
|
|
|
"name": "flarum/flarum-ext-flags",
|
2015-10-11 16:21:25 +08:00
|
|
|
"description": "Allow users to flag posts for moderator review.",
|
|
|
|
"type": "flarum-extension",
|
2015-10-12 12:30:36 +08:00
|
|
|
"keywords": ["moderation"],
|
2015-10-11 16:21:25 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Toby Zerner",
|
|
|
|
"email": "toby.zerner@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2015-12-29 10:25:18 +08:00
|
|
|
"source": "https://github.com/flarum/flarum-ext-flags"
|
2015-10-11 16:21:25 +08:00
|
|
|
},
|
|
|
|
"require": {
|
2016-10-19 18:43:08 +08:00
|
|
|
"flarum/core": "^0.1.0-beta.6"
|
2015-10-11 16:21:25 +08:00
|
|
|
},
|
2015-09-04 11:56:51 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-09-22 16:44:33 +08:00
|
|
|
"Flarum\\Flags\\": "src/"
|
2015-09-04 11:56:51 +08:00
|
|
|
}
|
|
|
|
},
|
2015-10-11 16:21:25 +08:00
|
|
|
"extra": {
|
2016-01-19 14:48:56 +08:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-11 16:21:25 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Flags",
|
|
|
|
"icon": {
|
|
|
|
"name": "flag",
|
2015-10-12 12:30:36 +08:00
|
|
|
"backgroundColor": "#D659B5",
|
2015-10-11 16:21:25 +08:00
|
|
|
"color": "#fff"
|
|
|
|
}
|
|
|
|
}
|
2015-09-04 11:56:51 +08:00
|
|
|
}
|
|
|
|
}
|