{
  "name": "@syncfusion/ej2-vue-lists",
  "version": "32.2.3",
  "description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Vue",
  "author": "Syncfusion Inc.",
  "license": "SEE LICENSE IN license",
  "keywords": [
    "vue lists",
    "list plugin",
    "vuejs",
    "vue component",
    "ej2 vue lists"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
  },
  "main": "./dist/ej2-vue-lists.umd.min.js",
  "module": "./index.js",
  "es2015": "dist/es6/ej2-vue-lists.es2015.js",
  "readme": "ReadMe.md",
  "dependencies": {
    "@syncfusion/ej2-base": "~32.2.3",
    "@syncfusion/ej2-vue-base": "~32.2.3",
    "@syncfusion/ej2-lists": "32.2.3"
  },
  "devDependencies": {},
  "scripts": {
    "compile": "gulp ci-compile && gulp vue-global-script",
    "ci-publish": "gulp ci-publish"
  },
  "sideEffects": false,
  "homepage": "https://www.syncfusion.com/vue-components"
}