2016-02-04 07:05:14 +08:00
|
|
|
{
|
2016-03-16 04:37:31 +08:00
|
|
|
"name": "composer-emoji",
|
2016-02-04 07:05:14 +08:00
|
|
|
"main": "./lib/main",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": ""
|
|
|
|
},
|
|
|
|
"engines": {
|
2016-11-30 07:12:14 +08:00
|
|
|
"nylas": "*"
|
2016-02-04 07:05:14 +08:00
|
|
|
},
|
2016-02-04 07:43:22 +08:00
|
|
|
|
|
|
|
"isOptional": true,
|
|
|
|
|
2016-10-27 02:54:48 +08:00
|
|
|
"title": "Emoji Picker",
|
|
|
|
"icon": "./assets/icon.png",
|
2016-06-07 07:24:07 +08:00
|
|
|
"description": "Insert emoji into messages by typing a colon (:) and the emoji name or choosing one from the composer toolbar!",
|
2016-02-04 07:05:14 +08:00
|
|
|
"windowTypes": {
|
|
|
|
"default": true,
|
2016-10-13 04:55:04 +08:00
|
|
|
"composer": true,
|
|
|
|
"thread-popout": true
|
2016-02-04 07:05:14 +08:00
|
|
|
},
|
2016-02-20 04:30:24 +08:00
|
|
|
"license": "GPL-3.0"
|
2016-02-04 07:05:14 +08:00
|
|
|
}
|