mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
17 lines
323 B
JSON
17 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"
|
|
}
|