mirror of
https://github.com/flarum/framework.git
synced 2025-01-22 22:46:17 +08:00
27 lines
644 B
JSON
27 lines
644 B
JSON
{
|
|
"name": "sticky",
|
|
"title": "Sticky",
|
|
"description": "Pin discussions to the top of the list.",
|
|
"keywords": ["moderation"],
|
|
"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"
|
|
},
|
|
"support": {
|
|
"source": "https://github.com/flarum/sticky",
|
|
"issues": "https://github.com/flarum/sticky/issues"
|
|
},
|
|
"icon": {
|
|
"name": "thumb-tack",
|
|
"backgroundColor": "#D13E32",
|
|
"color": "#fff"
|
|
}
|
|
}
|