framework/extensions/lang-english/composer.json

62 lines
1.6 KiB
JSON
Raw Normal View History

{
2018-10-17 11:14:47 +08:00
"name": "flarum/lang-english",
"type": "flarum-extension",
"description": "English language pack.",
2022-01-20 16:33:49 +08:00
"keywords": [
"locale"
],
"license": "MIT",
2015-11-06 11:06:30 +08:00
"require": {
"flarum/core": "^2.0"
2015-11-06 11:06:30 +08:00
},
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
},
"flarum-extension": {
"title": "English",
"category": "language",
"info": {
"donate": "https://flarum.org/donate/",
"website": "https://flarum.org",
"support": "https://discuss.flarum.org"
},
"icon": {
2015-10-07 20:31:00 +08:00
"image": "icon.svg",
2015-10-12 12:30:25 +08:00
"backgroundColor": "#00247d",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "en",
"title": "English"
2022-01-20 16:33:49 +08:00
},
"flarum-cli": {
"modules": {
"admin": false,
"forum": false,
"js": false,
"jsCommon": false,
"css": false,
"gitConf": true,
"githubActions": false,
"prettier": false,
"typescript": false,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
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
}