mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
39c37e10b9
Summary: New Calendar Test Plan: TODO Reviewers: drew, juan, bengotow Reviewed By: bengotow Subscribers: jackie Differential Revision: https://phab.nylas.com/D2767
29 lines
639 B
JSON
29 lines
639 B
JSON
{
|
|
"name": "N1-Scheduler",
|
|
"title":"N1 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,
|
|
"dependencies": {
|
|
"moment-round": "^1.0"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true,
|
|
"calendar": true
|
|
},
|
|
"license": "GPL-3.0"
|
|
}
|