Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
public
/
app-assets
/
vendors
/
fullcalendar
/
timegrid
/
Filename :
package.json
back
Copy
{ "name": "@fullcalendar/timegrid", "version": "4.3.0", "title": "FullCalendar Time Grid Plugin", "description": "Display your events on a grid of time slots", "keywords": [ "calendar", "event", "full-sized" ], "homepage": "https://fullcalendar.io/", "docs": "https://fullcalendar.io/docs/timegrid-view", "bugs": "https://fullcalendar.io/reporting-bugs", "repository": { "type": "git", "url": "https://github.com/fullcalendar/fullcalendar.git", "homepage": "https://github.com/fullcalendar/fullcalendar" }, "license": "MIT", "author": { "name": "Adam Shaw", "email": "arshaw@arshaw.com", "url": "http://arshaw.com/" }, "copyright": "2019 Adam Shaw", "dependencies": { "@fullcalendar/daygrid": "~4.3.0" }, "peerDependencies": { "@fullcalendar/core": "~4.3.0" }, "main": "main.js", "module": "main.esm.js", "unpkg": "main.min.js", "types": "main.d.ts" }