mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
14 lines
248 B
JSON
Executable file
14 lines
248 B
JSON
Executable file
{
|
|
"name": "onboarding",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "The sign in experience",
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"engines": {
|
|
"mailspring": "*"
|
|
},
|
|
"windowTypes": {
|
|
"onboarding": true
|
|
}
|
|
}
|