UNPKG

656 BJSONView Raw
1{
2 "name": "@fullcalendar/common",
3 "version": "5.1.0",
4 "title": "FullCalendar Common",
5 "description": "internal package",
6 "docs": "https://fullcalendar.io/docs",
7 "dependencies": {
8 "tslib": "^2.0.0"
9 },
10 "main": "main.js",
11 "types": "main.d.ts",
12 "homepage": "https://fullcalendar.io/",
13 "bugs": "https://fullcalendar.io/reporting-bugs",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/fullcalendar/fullcalendar.git",
17 "homepage": "https://github.com/fullcalendar/fullcalendar"
18 },
19 "license": "MIT",
20 "author": {
21 "name": "Adam Shaw",
22 "email": "arshaw@arshaw.com",
23 "url": "http://arshaw.com/"
24 }
25}