Mailspring/app/internal_packages/thread-snooze/package.json

18 lines
323 B
JSON

{
"name": "thread-snooze",
"version": "1.0.0",
"title": "Thread Snooze",
"description": "Snooze mail!",
"main": "lib/main",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"windowTypes": {
"default": true
},
"engines": {
"mailspring": "*"
},
"license": "GPL-3.0"
}