mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
27 lines
520 B
JSON
27 lines
520 B
JSON
{
|
|
"name": "quick-schedule",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"engines": {
|
|
"nylas": ">=0.3.0 <0.5.0"
|
|
},
|
|
|
|
"title":"Quick Schedule",
|
|
"description": "Send calendar availabilities via email for easier appointment scheduling.",
|
|
"icon": "./icon.png",
|
|
"isOptional": true,
|
|
|
|
"dependencies": {
|
|
"electron-safe-ipc": "^0.5",
|
|
"request": "^2.53"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true
|
|
},
|
|
"license": "MIT"
|
|
}
|