mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 12:43:52 +08:00
30 lines
715 B
JSON
30 lines
715 B
JSON
{
|
|
"name": "flarum/english",
|
|
"type": "flarum-extension",
|
|
"description": "English language pack.",
|
|
"license": "MIT",
|
|
"require": {
|
|
"composer/installers": "dev-master"
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "English",
|
|
"icon": {
|
|
"backgroundImage": "url('{$assets}/icon.svg')",
|
|
"backgroundSize": "cover",
|
|
"backgroundPosition": "center"
|
|
}
|
|
},
|
|
"flarum-locale": {
|
|
"code": "en",
|
|
"title": "English"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/tobscure/installers"
|
|
}
|
|
]
|
|
}
|