fix(send-availability): Make the package load into popout composers

This commit is contained in:
Ben Gotow 2015-10-07 11:45:30 -07:00
parent e9310b80c2
commit bb3b5bb875

View file

@ -1,5 +1,5 @@
{
"name": "Calendar",
"name": "N1-Send-Availability",
"main": "./lib/main",
"version": "0.1.0",
"repository": {
@ -9,10 +9,14 @@
"engines": {
"atom": ">=0.3.5"
},
"description": "Enter a description of your package!",
"description": "Send calendar availabilities via email for easier appointment scheduling.",
"dependencies": {
"electron-safe-ipc": "^0.5",
"request": "^2.53"
},
"windowTypes": {
"default": true,
"composer": true
},
"license": "MIT"
}
}