mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 10:11:25 +08:00
2bd710d668
Changed from 'Propietary' to 'GPLv3' to match LICENSE.md
16 lines
278 B
JSON
Executable file
16 lines
278 B
JSON
Executable file
{
|
|
"name": "worker-sync",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Mail sync classes for the worker window",
|
|
"license": "GPLv3",
|
|
"private": true,
|
|
"engines": {
|
|
"nylas": "*"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"windowTypes": {
|
|
"work": true
|
|
}
|
|
}
|