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