mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
17 lines
255 B
JSON
17 lines
255 B
JSON
|
{
|
||
|
"name": "main-calendar",
|
||
|
"version": "0.1.0",
|
||
|
"main": "./lib/main",
|
||
|
"description": "Calendar",
|
||
|
"license": "GPL-3.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
},
|
||
|
"engines": {
|
||
|
"mailspring": "*"
|
||
|
},
|
||
|
"windowTypes": {
|
||
|
"calendar": true
|
||
|
}
|
||
|
}
|