2015-07-23 19:06:02 +08:00
|
|
|
{
|
2018-10-17 11:14:47 +08:00
|
|
|
"name": "flarum/emoji",
|
2015-10-11 14:32:19 +08:00
|
|
|
"description": "Convert text and unicode emoji into Twemoji.",
|
|
|
|
"type": "flarum-extension",
|
2015-10-12 12:30:15 +08:00
|
|
|
"keywords": ["formatting"],
|
2015-10-11 14:32:19 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2018-10-17 11:14:47 +08:00
|
|
|
"source": "https://github.com/flarum/emoji"
|
2015-10-11 14:32:19 +08:00
|
|
|
},
|
|
|
|
"require": {
|
2020-10-15 17:17:59 +08:00
|
|
|
"flarum/core": "^0.1.0-beta.14"
|
2015-10-11 14:32:19 +08:00
|
|
|
},
|
|
|
|
"extra": {
|
2016-01-19 14:49:17 +08:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-11 14:32:19 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Emoji",
|
2020-11-25 14:12:40 +08:00
|
|
|
"category": "discussion",
|
|
|
|
"info": {
|
|
|
|
"donate": "https://flarum.org/donate/",
|
|
|
|
"website": "https://flarum.org",
|
|
|
|
"support": "https://discuss.flarum.org"
|
|
|
|
},
|
2015-10-11 14:32:19 +08:00
|
|
|
"icon": {
|
|
|
|
"image": "icon.svg",
|
|
|
|
"backgroundColor": "#FECC4D"
|
|
|
|
}
|
|
|
|
}
|
2015-07-23 19:06:02 +08:00
|
|
|
}
|
|
|
|
}
|