expatbase/var/www/html/flarum/vendor/acpl/mobile-tab/composer.json
2025-08-29 00:22:05 +09:00

60 lines
1.6 KiB
JSON

{
"name": "acpl/mobile-tab",
"keywords": [
"flarum"
],
"type": "flarum-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/android-com-pl/mobile-tab/issues",
"source": "https://github.com/android-com-pl/mobile-tab",
"forum": "https://discuss.flarum.org/d/28216-mobile-tab"
},
"funding": [
{
"type": "github",
"url": "https://github.com/android-com-pl/mobile-tab?sponsor=1"
}
],
"require": {
"flarum/core": "^1.8"
},
"authors": [
{
"name": "Rafał Całka",
"homepage": "https://github.com/rafaucau",
"role": "Developer"
}
],
"extra": {
"flarum-extension": {
"title": "Mobile tab",
"category": "theme",
"icon": {
"name": "fas fa-ellipsis-h",
"backgroundColor": "#0F9D58",
"color": "#fff"
}
},
"optional-dependencies": [
"flarum/tags"
],
"flarum-cli": {
"modules": {
"admin": false,
"forum": true,
"js": true,
"jsCommon": false,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": false,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true,
"css": true
}
}
}
}