{
  "name": "ag-grid-enterprise",
  "version": "20.2.0",
  "homepage": "http://www.ag-grid.com/",
  "authors": [
    "Niall Crosby <niall.crosby@ag-grid.com>"
  ],
  "description": "Enterprise features for ag-Grid",
  "main": [
    "./main.js"
  ],
  "moduleType": [
    "node"
  ],
  "keywords": [
    "grid",
    "data",
    "table"
  ],
  "license": "Commercial",
  "ignore": [
    "**/.*",
    "node_modules",
    "test",
    "tests"
  ],
  "devDependencies": {},
  "dependencies": {}
}