{
  "name": "kst-gridstack",
  "version": "0.0.1",
  "license": "GPL",
  "author": "xugege",
  "keywords": [
    "angular",
    "grid",
    "ui builder"
  ],
  "peerDependencies": {
    "@angular/common": "^8.0.3",
    "@angular/core": "^8.0.3",
    "jquery": "^3.4.1",
    "jqueryui": "^1.11.1",
    "gridstack": "^0.4.0"
  },
  "main": "bundles/kst-gridstack.umd.js",
  "module": "fesm5/kst-gridstack.js",
  "es2015": "fesm2015/kst-gridstack.js",
  "esm5": "esm5/kst-gridstack.js",
  "esm2015": "esm2015/kst-gridstack.js",
  "fesm5": "fesm5/kst-gridstack.js",
  "fesm2015": "fesm2015/kst-gridstack.js",
  "typings": "kst-gridstack.d.ts",
  "metadata": "kst-gridstack.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
