framework/extensions/emoji/composer.json

36 lines
899 B
JSON
Raw Normal View History

2015-07-23 20:36:02 +09:30
{
2018-10-17 13:44:47 +10:30
"name": "flarum/emoji",
2015-10-11 17:02:19 +10:30
"description": "Convert text and unicode emoji into Twemoji.",
"type": "flarum-extension",
2015-10-12 15:00:15 +10:30
"keywords": ["formatting"],
2015-10-11 17:02:19 +10:30
"license": "MIT",
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/emoji",
"forum": "https://discuss.flarum.org"
2015-10-11 17:02:19 +10:30
},
"homepage": "https://flarum.org",
"funding": [
{
"type": "website",
"url": "https://flarum.org/donate/"
}
],
2015-10-11 17:02:19 +10:30
"require": {
2021-05-25 15:31:57 +02:00
"flarum/core": "^1.0"
2015-10-11 17:02:19 +10:30
},
"extra": {
"branch-alias": {
2021-05-25 22:45:40 +02:00
"dev-master": "1.x-dev"
},
2015-10-11 17:02:19 +10:30
"flarum-extension": {
"title": "Emoji",
2021-03-08 11:21:08 -08:00
"category": "feature",
2015-10-11 17:02:19 +10:30
"icon": {
"image": "icon.svg",
"backgroundColor": "#FECC4D"
}
}
2015-07-23 20:36:02 +09:30
}
}