mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
27 lines
519 B
JSON
27 lines
519 B
JSON
{
|
|
"name": "composer-emoji",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"engines": {
|
|
"nylas": ">=0.3.43-b95f1f7"
|
|
},
|
|
|
|
"isOptional": true,
|
|
|
|
"title":"Emoji Keyboard",
|
|
"icon":"./assets/icon.png",
|
|
"description": "Type a colon (:) followed by the name of an emoji symbol to insert it into your message!",
|
|
|
|
"dependencies": {
|
|
"node-emoji": "^1.2.1"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true
|
|
},
|
|
"license": "GPL-3.0"
|
|
}
|