framework/extensions/emoji/composer.json

33 lines
813 B
JSON
Raw Normal View History

2015-07-23 19:06:02 +08:00
{
2015-12-29 10:25:05 +08:00
"name": "flarum/flarum-ext-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",
"authors": [
{
"name": "Toby Zerner",
"email": "toby.zerner@gmail.com"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
2015-12-29 10:25:05 +08:00
"source": "https://github.com/flarum/flarum-ext-emoji"
2015-10-11 14:32:19 +08:00
},
"require": {
2016-10-19 18:42:56 +08:00
"flarum/core": "^0.1.0-beta.6"
2015-10-11 14:32:19 +08:00
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
},
2015-10-11 14:32:19 +08:00
"flarum-extension": {
"title": "Emoji",
"icon": {
"image": "icon.svg",
"backgroundColor": "#FECC4D"
}
}
2015-07-23 19:06:02 +08:00
}
}