Mailspring/internal_packages/composer-scheduler/package.json
Evan Morikawa a1b5a23273 refactor(scheduler): move all event data into metadata
Summary: Moved events into metadata. Removed a lot of code

Test Plan: todo

Reviewers: juan, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2866
2016-04-09 21:19:01 -04:00

27 lines
590 B
JSON

{
"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"
}