framework/extensions/lang-english/composer.json

29 lines
702 B
JSON
Raw Normal View History

{
2018-10-17 11:14:47 +08:00
"name": "flarum/lang-english",
"type": "flarum-extension",
"description": "English language pack.",
2015-10-12 12:30:25 +08:00
"keywords": ["locale"],
"license": "MIT",
2015-11-06 11:06:30 +08:00
"require": {
2020-05-04 17:04:45 +08:00
"flarum/core": "^0.1.0-beta.13"
2015-11-06 11:06:30 +08:00
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
},
"flarum-extension": {
"title": "English",
"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"
}
}
}