Mailspring/internal_packages/composer-emoji/package.json
Niraj Pant 48db9ecd9f Fix JSON spacing (#2958)
Match JSON style to rest of file
2016-10-26 11:54:48 -07:00

29 lines
568 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 Picker",
"icon": "./assets/icon.png",
"description": "Insert emoji into messages by typing a colon (:) and the emoji name or choosing one from the composer toolbar!",
"dependencies": {
"node-emoji": "^1.2.1"
},
"windowTypes": {
"default": true,
"composer": true,
"thread-popout": true
},
"license": "GPL-3.0"
}