mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
23 lines
448 B
JSON
23 lines
448 B
JSON
{
|
|
"name": "thread-snooze",
|
|
"version": "1.0.0",
|
|
"appId": {
|
|
"staging": "2bfvqp9ylcl1az76od31qmny",
|
|
"production": ""
|
|
},
|
|
|
|
"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"
|
|
}
|