mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
18 lines
357 B
JSON
18 lines
357 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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "github.com/nylas/nylas-mail"
|
|
},
|
|
"engines": {
|
|
"nylas": "*"
|
|
},
|
|
"license": "GPL-3.0"
|
|
}
|