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

23 lines
568 B
JSON

{
"name": "send-reminders",
"version": "1.0.0",
"title": "Send Reminders",
"description": "Get reminded if you don't receive a reply for a message within 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
},
"isOptional": true,
"engines": {
"mailspring": "*"
},
"license": "GPL-3.0"
}