{
  "name": "zinggrid",
  "version": "2.2.0",
  "description": "ZingGrid - A fully-featured, native, web-component, data table and grid for Javascript applications.",
  "main": "index-commonjs.js",
  "module": "index.js",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index-commonjs.js"
    }
  },
  "customElements": "zing-grid.json",
  "types": "index.d.ts",
  "runkitExampleFilename": "npm_runkit_example.js",
  "author": "ZingSoft",
  "repository": {
    "type": "git",
    "url": "https://github.com/zinggrid/zinggrid"
  },
  "scripts": {
    "build:nuget": "nuget pack"
  },
  "homepage": "https://www.zinggrid.com/docs/your-first-grid",
  "browser": "ZingGrid",
  "keywords": [
    "zinggrid",
    "grid",
    "datatable",
    "data table",
    "javascript",
    "javascript grid",
    "data-table",
    "zingsoft"
  ]
}
