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": {
|
|
|
|
"nylas": "*"
|
|
|
|
},
|
|
|
|
"isOptional": true,
|
|
|
|
"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
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"marked": "^0.3",
|
2016-09-02 10:43:10 +08:00
|
|
|
"simplemde": "jstejada/simplemde-markdown-editor#input-style-support"
|
2016-08-31 10:23:01 +08:00
|
|
|
}
|
|
|
|
}
|