mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "flarum/sticky",
|
|
"description": "Pin discussions to the top of the list.",
|
|
"type": "flarum-extension",
|
|
"keywords": ["discussion"],
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/sticky"
|
|
},
|
|
"require": {
|
|
"flarum/core": "^0.1.0-beta.14"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Sticky\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "Sticky",
|
|
"category": "moderation",
|
|
"info": {
|
|
"donate": "https://flarum.org/donate/",
|
|
"website": "https://flarum.org",
|
|
"support": "https://discuss.flarum.org"
|
|
},
|
|
"icon": {
|
|
"name": "fas fa-thumbtack",
|
|
"backgroundColor": "#D13E32",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
}
|