Mailspring/internal_packages/composer-scheduler/package.json

27 lines
590 B
JSON
Raw Normal View History

{
"name": "composer-scheduler",
"title":"Scheduler",
"description": "The easiest way to schedule events",
"main": "./lib/main",
"version": "0.1.0",
"appId": {
"staging": "c5dis00do2vki9ib6hngrjs18",
"production": "b8zturjyfg2b568czdcanxm63"
},
"serverUrl": {
"staging": "https://edgehill-staging.nylas.com",
"production": "https://edgehill.nylas.com"
},
"engines": {
"nylas": ">=0.4.0"
},
"icon": "./icon.png",
"isOptional": true,
"windowTypes": {
"default": true,
"composer": true,
"calendar": true
},
"license": "GPL-3.0"
}