mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
14 lines
248 B
JSON
14 lines
248 B
JSON
|
{
|
||
|
"name": "verify-install-location",
|
||
|
"main": "./lib/main",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Verifies the install location for N1",
|
||
|
"license": "GPL-3.0",
|
||
|
"engines": {
|
||
|
"nylas": "*"
|
||
|
},
|
||
|
"windowTypes": {
|
||
|
"default": true
|
||
|
}
|
||
|
}
|