UNPKG

@daypilot/daypilot-lite-vue

Version:

DayPilot Lite for Vue

45 lines (44 loc) 1.04 kB
{ "name": "@daypilot/daypilot-lite-vue", "version": "5.0.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.0.0" }, "peerDependencies": { "vue": ">=2.0.0" } }