10 lines
264 B
JSON
10 lines
264 B
JSON
{
|
|
"main": "plugin.js",
|
|
"name": "calendar",
|
|
"description": "Plugin for iCalendar/VCS room events",
|
|
"version": "1.1.3",
|
|
"tags": ["commands", "utility", "calendar"],
|
|
"dependencies": ["simplecommands", "cron"],
|
|
"npmDependencies": ["node-ical@^0.13.0"]
|
|
}
|