2015-05-07 20:56:02 +08:00
|
|
|
{
|
2018-10-17 11:14:48 +08:00
|
|
|
"name": "flarum/sticky",
|
2015-10-11 09:13:13 +08:00
|
|
|
"description": "Pin discussions to the top of the list.",
|
|
|
|
"type": "flarum-extension",
|
2022-01-20 16:53:51 +08:00
|
|
|
"keywords": [
|
|
|
|
"discussion"
|
|
|
|
],
|
2015-10-11 09:13:13 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2020-12-09 08:58:07 +08:00
|
|
|
"source": "https://github.com/flarum/sticky",
|
|
|
|
"forum": "https://discuss.flarum.org"
|
2015-10-11 09:13:13 +08:00
|
|
|
},
|
2020-12-09 08:58:07 +08:00
|
|
|
"homepage": "https://flarum.org",
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "website",
|
|
|
|
"url": "https://flarum.org/donate/"
|
|
|
|
}
|
|
|
|
],
|
2015-10-11 09:13:13 +08:00
|
|
|
"require": {
|
2022-01-20 19:49:18 +08:00
|
|
|
"flarum/core": "^1.2"
|
2015-10-11 09:13:13 +08:00
|
|
|
},
|
2015-05-07 20:56:02 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\Sticky\\": "src/"
|
|
|
|
}
|
2015-09-04 10:06:07 +08:00
|
|
|
},
|
2015-10-11 09:13:13 +08:00
|
|
|
"extra": {
|
2016-01-19 14:48:10 +08:00
|
|
|
"branch-alias": {
|
2022-03-12 07:02:49 +08:00
|
|
|
"dev-main": "1.x-dev"
|
2016-01-19 14:48:10 +08:00
|
|
|
},
|
2015-10-11 09:13:13 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Sticky",
|
2021-03-09 03:32:52 +08:00
|
|
|
"category": "feature",
|
2015-10-11 09:13:13 +08:00
|
|
|
"icon": {
|
2018-05-10 16:03:19 +08:00
|
|
|
"name": "fas fa-thumbtack",
|
2015-10-11 09:13:13 +08:00
|
|
|
"backgroundColor": "#D13E32",
|
|
|
|
"color": "#fff"
|
|
|
|
}
|
2022-01-20 16:53:51 +08:00
|
|
|
},
|
|
|
|
"flarum-cli": {
|
|
|
|
"modules": {
|
|
|
|
"admin": true,
|
|
|
|
"forum": true,
|
|
|
|
"js": true,
|
|
|
|
"jsCommon": false,
|
|
|
|
"css": true,
|
|
|
|
"gitConf": true,
|
|
|
|
"githubActions": true,
|
|
|
|
"prettier": true,
|
|
|
|
"typescript": false,
|
|
|
|
"bundlewatch": false,
|
|
|
|
"backendTesting": false,
|
|
|
|
"editorConfig": true,
|
|
|
|
"styleci": true
|
|
|
|
}
|
2015-10-11 09:13:13 +08:00
|
|
|
}
|
2022-03-12 07:02:49 +08:00
|
|
|
},
|
2022-03-12 07:02:51 +08:00
|
|
|
"repositories": [
|
|
|
|
{
|
2022-03-12 07:02:49 +08:00
|
|
|
"type": "path",
|
|
|
|
"url": "../../*/*"
|
2022-03-12 07:02:51 +08:00
|
|
|
}
|
|
|
|
],
|
2022-03-12 07:02:49 +08:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2015-05-07 20:56:02 +08:00
|
|
|
}
|