@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.14 kB
JSON
{
"name": "@syncfusion/ej2-vue-schedule",
"version": "32.1.20",
"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": "~32.1.19",
"@syncfusion/ej2-vue-base": "~32.1.20",
"@syncfusion/ej2-schedule": "32.1.20"
},
"devDependencies": {},
"scripts": {
"compile": "gulp ci-compile && gulp vue-global-script",
"ci-publish": "gulp ci-publish"
},
"sideEffects": false,
"homepage": "https://www.syncfusion.com/vue-components"
}