Mailspring/app/internal_packages/send-later/package.json

24 lines
550 B
JSON

{
"name": "send-later",
"version": "1.0.0",
"title": "Send Later",
"description": "Choose to send emails at a specified time in the future.",
"isHiddenOnPluginsPage": true,
"icon": "./icon.png",
"main": "lib/main",
"supportedEnvs": ["development", "staging", "production"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"windowTypes": {
"default": true,
"composer": true,
"thread-popout": true
},
"isOptional": true,
"engines": {
"mailspring": "*"
},
"license": "GPL-3.0"
}