mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
22 lines
428 B
JSON
Executable file
22 lines
428 B
JSON
Executable file
{
|
|
"name": "keybase",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
"engines": {
|
|
"nylas": ">=0.4.10-4e3595b"
|
|
},
|
|
"isOptional": true,
|
|
|
|
"title": "Encryption",
|
|
"description": "Send and receive encrypted messages using Keybase for public key exchange.",
|
|
"icon": "./icon.png",
|
|
|
|
"dependencies": {
|
|
"kbpgp": "^2.0.52"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true
|
|
}
|
|
}
|