16 lines
478 B
JSON
16 lines
478 B
JSON
{
|
|
"name": "nicost/gcalendar",
|
|
"type": "october-plugin",
|
|
"description": "Calendar plugin which uses the Google Calendar API. Provides a component to show the next upcoming events from google calendars.",
|
|
"keywords": ["october", "cms", "google", "calendar", "events", "schedule", "kalender"],
|
|
"authors": [
|
|
{
|
|
"name": "Nico Störzbach"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"google/apiclient": "^2.0",
|
|
"mobiledetect/mobiledetectlib": "^2.8"
|
|
}
|
|
} |