2015-10-03 14:55:17 +08:00
|
|
|
{
|
2018-10-17 11:14:47 +08:00
|
|
|
"name": "flarum/lang-english",
|
2015-10-03 14:55:17 +08:00
|
|
|
"type": "flarum-extension",
|
|
|
|
"description": "English language pack.",
|
2022-01-20 16:33:49 +08:00
|
|
|
"keywords": [
|
|
|
|
"locale"
|
|
|
|
],
|
2015-10-03 14:55:17 +08:00
|
|
|
"license": "MIT",
|
2015-11-06 11:06:30 +08:00
|
|
|
"require": {
|
2023-05-31 16:50:39 +08:00
|
|
|
"flarum/core": "^2.0"
|
2015-11-06 11:06:30 +08:00
|
|
|
},
|
2015-10-03 14:55:17 +08:00
|
|
|
"extra": {
|
2016-01-19 14:49:08 +08:00
|
|
|
"branch-alias": {
|
2023-05-31 16:50:39 +08:00
|
|
|
"dev-main": "2.x-dev"
|
2016-01-19 14:49:08 +08:00
|
|
|
},
|
2015-10-03 14:55:17 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "English",
|
2020-11-25 15:11:10 +08:00
|
|
|
"category": "language",
|
|
|
|
"info": {
|
|
|
|
"donate": "https://flarum.org/donate/",
|
|
|
|
"website": "https://flarum.org",
|
|
|
|
"support": "https://discuss.flarum.org"
|
|
|
|
},
|
2015-10-03 14:55:17 +08:00
|
|
|
"icon": {
|
2015-10-07 20:31:00 +08:00
|
|
|
"image": "icon.svg",
|
2015-10-12 12:30:25 +08:00
|
|
|
"backgroundColor": "#00247d",
|
2015-10-03 14:55:17 +08:00
|
|
|
"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
|
|
|
|
}
|
2015-10-03 14:55:17 +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-10-03 14:55:17 +08:00
|
|
|
}
|