UNPKG

@syncfusion/ej2-vue-schedule

Version:

Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue

34 lines 1.13 kB
{ "name": "@syncfusion/ej2-vue-schedule", "version": "30.2.4", "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", "keywords": [ "vue", "vuejs", "vue-schedule", "vue-scheduler", "ej2-vue-scheduler" ], "repository": { "type": "git", "url": "https://github.com/syncfusion/ej2-vue-ui-components.git" }, "main": "./dist/ej2-vue-schedule.umd.min.js", "module": "./index.js", "es2015": "dist/es6/ej2-vue-schedule.es2015.js", "readme": "ReadMe.md", "dependencies": { "@syncfusion/ej2-base": "~30.2.4", "@syncfusion/ej2-vue-base": "~30.2.4", "@syncfusion/ej2-schedule": "30.2.4" }, "devDependencies": {}, "scripts": { "compile": "gulp ci-compile && gulp vue-global-script", "ci-publish": "gulp ci-publish" }, "sideEffects": false, "homepage": "https://www.syncfusion.com/vue-components" }