{
  "name": "@syncfusion/ej2-vue-treegrid",
  "version": "33.1.49",
  "description": "Essential JS 2 TreeGrid Component for Vue",
  "author": "Syncfusion Inc.",
  "license": "SEE LICENSE IN license",
  "keywords": [
    "vue",
    "vuejs",
    "vue-treegrid",
    "vue-treelist",
    "treelist",
    "tree-table",
    "tree-data",
    "treegrid",
    "table",
    "tree-grid-component",
    "tree-table-control",
    "hierarchy-table",
    "nested-grid",
    "treeview-grid",
    "hierarchical-grid",
    "nested-table",
    "parent-child-table",
    "collapsible-table",
    "multi-level-table"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
  },
  "main": "./dist/ej2-vue-treegrid.umd.min.js",
  "module": "./index.js",
  "es2015": "dist/es6/ej2-vue-treegrid.es2015.js",
  "readme": "ReadMe.md",
  "dependencies": {
    "@syncfusion/ej2-base": "~33.1.45",
    "@syncfusion/ej2-vue-base": "~33.1.44",
    "@syncfusion/ej2-treegrid": "33.1.49"
  },
  "devDependencies": {},
  "scripts": {
    "compile": "gulp ci-compile && gulp vue-global-script",
    "ci-publish": "gulp ci-publish"
  },
  "sideEffects": false,
  "homepage": "https://www.syncfusion.com/vue-components"
}