@syncfusion/ej2-vue-dropdowns
Version:
Essential JS 2 DropDown Components for Vue
37 lines • 1.03 kB
JSON
{
"name": "@syncfusion/ej2-vue-dropdowns",
"version": "30.2.4",
"description": "Essential JS 2 DropDown Components for Vue",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"vue",
"vue-dropdown",
"ej2-vue-dropdown",
"vue-dropdownlist",
"vue-autocomplete",
"vue-multiselect",
"vue-combobox",
"vue-dropdowntree"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
},
"main": "./dist/ej2-vue-dropdowns.umd.min.js",
"module": "./index.js",
"es2015": "dist/es6/ej2-vue-dropdowns.es2015.js",
"readme": "ReadMe.md",
"dependencies": {
"@syncfusion/ej2-base": "~30.2.4",
"@syncfusion/ej2-vue-base": "~30.2.4",
"@syncfusion/ej2-dropdowns": "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"
}