Mailspring/internal_packages/thread-snooze/package.json

19 lines
349 B
JSON
Raw Normal View History

{
"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/n1"
},
"engines": {
"nylas": "*"
},
"license": "GPL-3.0"
}