33 lines
763 B
JSON
Executable File
33 lines
763 B
JSON
Executable File
{
|
|
"name": "nicost/gcalendar-plugin",
|
|
"type": "october-plugin",
|
|
"description": "OctoberCMS calendar plugin which uses the Google Calendar API to provide event data.",
|
|
"keywords": ["october", "cms", "google", "calendar", "events", "schedule", "kalender"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Nico Störzbach"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"composer/installers": "~1.0",
|
|
"google/apiclient": "^2.0",
|
|
"mobiledetect/mobiledetectlib": "^4.8"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true
|
|
},
|
|
"cache-read-only": true
|
|
},
|
|
"scripts": {
|
|
"pre-autoload-dump": "Google\\Task\\Composer::cleanup"
|
|
},
|
|
"extra": {
|
|
"google/apiclient-services": [
|
|
"Calendar"
|
|
]
|
|
}
|
|
}
|