{
  "name": "@syncfusion/ej2-spreadsheet",
  "version": "33.2.5",
  "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel",
  "author": "Syncfusion Inc.",
  "license": "SEE LICENSE IN license",
  "main": "./dist/ej2-spreadsheet.umd.min.js",
  "module": "./index.js",
  "es2015": "./dist/es6/ej2-spreadsheet.es5.js",
  "dependencies": {
    "@syncfusion/ej2-base": "~33.2.3",
    "@syncfusion/ej2-charts": "~33.2.5",
    "@syncfusion/ej2-dropdowns": "~33.2.5",
    "@syncfusion/ej2-grids": "~33.2.5",
    "@syncfusion/ej2-navigations": "~33.2.4"
  },
  "devDependencies": {},
  "keywords": [
    "ej2",
    "syncfusion",
    "spreadsheet",
    "excel",
    "workbook",
    "worksheet",
    "xlsx",
    "xlsb",
    "csv",
    "grid",
    "data",
    "excel-like",
    "excel-style",
    "editor",
    "excel-editor",
    "excel-viewer",
    "sheets",
    "formulas",
    "sorting",
    "filtering",
    "formatting",
    "virtual-scrolling",
    "edit-cell",
    "editable-table",
    "javascript",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/spreadsheet"
  },
  "typings": "index.d.ts",
  "sideEffects": true,
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
}