mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
a841417011
Summary: - Add initial version of snooze and send later plugins - Tests are missing since this will probably heavily change before we are done with them Test Plan: - TODO Reviewers: drew, bengotow, evan Reviewed By: bengotow, evan Differential Revision: https://phab.nylas.com/D2578
18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"name": "thread-snooze",
|
|
"version": "1.0.0",
|
|
"title": "Thread Snooze",
|
|
"description": "Snooze mail!",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "github.com/nylas/n1"
|
|
},
|
|
"engines": {
|
|
"nylas": ">=0.3.0 <0.5.0"
|
|
},
|
|
"license": "GPL-3.0"
|
|
}
|