{
    "name": "@farris/ui-calendar",
    "version": "0.0.7",
    "title": "FarrisCalendar",
    "description": "An official FullCalendar component for Angular",
    "keywords": [
        "angular",
        "calendar",
        "fullcalendar"
    ],
    "docs": "https://fullcalendar.io/docs/angular",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": ""
    },
    "dependencies": {
        "@fullcalendar/core": "4.4.2",
        "@fullcalendar/interaction": "4.4.2",
        "@fullcalendar/daygrid": "4.4.2",
        "@fullcalendar/timegrid": "4.4.2"
    },
    "peerDependencies": {
        "@angular/common": "^7.0.0",
        "@angular/core": "^7.0.0"
    },
    "engines": {
        "node": ">= 6.9.0",
        "npm": ">= 3.0.0"
    }
}
