mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
35 lines
808 B
JSON
35 lines
808 B
JSON
{
|
|
"name": "flarum/emoji",
|
|
"description": "Convert text and unicode emoji into Twemoji.",
|
|
"type": "flarum-extension",
|
|
"keywords": ["formatting"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Toby Zerner",
|
|
"email": "toby.zerner@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/emoji"
|
|
},
|
|
"require": {
|
|
"flarum/core": "^0.1.0-beta.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Emoji\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "Emoji",
|
|
"icon": {
|
|
"image": "icon.svg",
|
|
"backgroundColor": "#FECC4D"
|
|
}
|
|
}
|
|
}
|
|
}
|