2016-08-31 10:23:01 +08:00
|
|
|
{
|
|
|
|
"name": "composer-markdown",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "./lib/main",
|
|
|
|
"title": "Markdown (Experimental)",
|
|
|
|
"description": "Write emails using Markdown!",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"icon": "./icon.png",
|
|
|
|
"engines": {
|
2017-09-06 04:37:40 +08:00
|
|
|
"mailspring": "*"
|
2016-08-31 10:23:01 +08:00
|
|
|
},
|
|
|
|
"isOptional": true,
|
2017-07-11 23:31:47 +08:00
|
|
|
"isHiddenOnPluginsPage": true,
|
2016-08-31 10:23:01 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": ""
|
|
|
|
},
|
|
|
|
"windowTypes": {
|
|
|
|
"default": true,
|
2016-10-13 04:55:04 +08:00
|
|
|
"composer": true,
|
|
|
|
"thread-popout": true
|
2016-08-31 10:23:01 +08:00
|
|
|
}
|
|
|
|
}
|