mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
27 lines
633 B
JSON
27 lines
633 B
JSON
{
|
|
"name": "english",
|
|
"title": "English",
|
|
"locale": "en",
|
|
"description": "English language pack.",
|
|
"keywords": ["language"],
|
|
"version": "0.1.0-beta.3",
|
|
"author": {
|
|
"name": "Toby Zerner",
|
|
"email": "toby@flarum.org",
|
|
"homepage": "http://tobyzerner.com"
|
|
},
|
|
"license": "MIT",
|
|
"require": {
|
|
"flarum": ">=0.1.0-beta.3"
|
|
},
|
|
"support": {
|
|
"source": "https://github.com/flarum/english",
|
|
"issues": "https://github.com/flarum/core/issues"
|
|
},
|
|
"icon": {
|
|
"name": "globe",
|
|
"backgroundColor": "#eee",
|
|
"color": "#000"
|
|
}
|
|
}
|