Mailspring/internal_packages/send-later/package.json
2016-02-23 10:35:08 -08:00

22 lines
415 B
JSON

{
"name": "n1-send-later",
"version": "1.0.0",
"title": "Send Later",
"description": "Choose to send emails at a specified time in the future.",
"icon": "./icon.png",
"isOptional": true,
"main": "lib/main",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"windowTypes": {
"default": true,
"composer": true
},
"isOptional": true,
"license": "GPL-3.0"
}