2015-10-03 07:06:56 +08:00
|
|
|
{
|
2016-01-08 06:56:34 +08:00
|
|
|
"name": "quick-schedule",
|
2015-10-03 07:06:56 +08:00
|
|
|
"main": "./lib/main",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": ""
|
|
|
|
},
|
|
|
|
"engines": {
|
2015-11-25 03:23:46 +08:00
|
|
|
"nylas": ">=0.3.0 <0.5.0"
|
2015-10-03 07:06:56 +08:00
|
|
|
},
|
2016-01-08 06:56:34 +08:00
|
|
|
|
|
|
|
"title":"Quick Schedule",
|
2015-10-08 02:45:30 +08:00
|
|
|
"description": "Send calendar availabilities via email for easier appointment scheduling.",
|
2016-01-08 06:56:34 +08:00
|
|
|
"icon": "./icon.png",
|
|
|
|
"isOptional": true,
|
|
|
|
|
2015-10-03 07:06:56 +08:00
|
|
|
"dependencies": {
|
|
|
|
"electron-safe-ipc": "^0.5",
|
|
|
|
"request": "^2.53"
|
|
|
|
},
|
2015-10-08 02:45:30 +08:00
|
|
|
"windowTypes": {
|
|
|
|
"default": true,
|
|
|
|
"composer": true
|
|
|
|
},
|
2016-02-20 04:30:24 +08:00
|
|
|
"license": "GPL-3.0"
|
2015-10-08 02:45:30 +08:00
|
|
|
}
|