nodebb-plugin-emoji-android
Version:
The Android blob emoji-set for NodeBB (requires nodebb-plugin-emoji)
35 lines (34 loc) • 910 B
JSON
{
"name": "nodebb-plugin-emoji-android",
"version": "4.1.1",
"description": "The Android blob emoji-set for NodeBB (requires nodebb-plugin-emoji)",
"main": "emoji.js",
"author": "Peter Jaszkowiak <p.jaszkow@gmail.com> (https://github.com/pitaj)",
"contributors": [
"Peter Jaszkowiak <p.jaszkow@gmail.com> (https://github.com/pitaj)"
],
"license": "MIT",
"homepage": "https://github.com/NodeBB/nodebb-plugin-emoji/tree/master/packs/android",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/nodebb-plugin-emoji.git"
},
"nbbpm": {
"name": "Emoji Android",
"compatibility": "^3.0.0"
},
"keywords": [
"nodebb",
"plugin",
"emoji",
"android",
"google"
],
"peerDependencies": {
"nodebb-plugin-emoji": "^5.0.0 || ^6.0.1"
},
"dependencies": {
"emoji-datasource-google": "^3.0.0",
"lodash.frompairs": "^4.0.1"
}
}