Files
oc-gcalendar-plugin/composer.json
2019-10-13 18:38:03 +02:00

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