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": {
|
|
|
|
"nylas": ">=0.3.43-b95f1f7"
|
|
|
|
},
|
2016-02-04 07:43:22 +08:00
|
|
|
|
|
|
|
"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!",
|
|
|
|
|
2016-02-04 07:05:14 +08:00
|
|
|
"dependencies": {
|
2016-03-19 01:07:46 +08:00
|
|
|
"node-emoji": "^1.2.1"
|
2016-02-04 07:05:14 +08:00
|
|
|
},
|
|
|
|
"windowTypes": {
|
|
|
|
"default": true,
|
|
|
|
"composer": true
|
|
|
|
},
|
2016-02-20 04:30:24 +08:00
|
|
|
"license": "GPL-3.0"
|
2016-02-04 07:05:14 +08:00
|
|
|
}
|