{
    "name": "@daypilot/daypilot-lite-vue",
    "version": "5.8.0",
    "description": "DayPilot Lite for Vue",
    "homepage": "https://javascript.daypilot.org/",
    "author": "Annpoint, s.r.o.",
    "license": "Apache-2.0",
    "keywords": [
        "calendar",
        "scheduler",
        "event-calendar",
        "date-picker",
        "front-end",
        "components",
        "javascript",
        "typescript",
        "vue",
        "timeline",
        "day",
        "week",
        "month",
        "agenda",
        "gantt",
        "planning",
        "booking",
        "reservation",
        "appointment"
    ],
    "main": "daypilot-vue.min.js",
    "typings": "daypilot-vue.min.d.ts",
    "files": [
        "daypilot-vue.min.js",
        "daypilot-vue.min.d.ts",
        "LICENSE.txt",
        "NOTICE.txt",
        "README.md"
    ],
    "dependencies": {
        "@daypilot/daypilot-lite-javascript": "5.8.0"
    },
    "peerDependencies": {
        "vue": ">=2.0.0"
    }
}
