mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 16:14:01 +08:00
13 lines
253 B
JSON
13 lines
253 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": {
|
|
"mailspring": "*"
|
|
},
|
|
"windowTypes": {
|
|
"default": true
|
|
}
|
|
}
|