{
  "name": "@stratio/egeo",
  "version": "22.0.0",
  "author": "Stratio",
  "repository": {
    "type": "git",
    "url": "https://github.com/Stratio/egeo.git"
  },
  "keywords": [
    "angular",
    "egeo",
    "stratio",
    "components",
    "rollup",
    "karma",
    "gulp",
    "webpack"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Stratio/egeo/issues"
  },
  "homepage": "https://github.com/Stratio/egeo#readme",
  "dependencies": {
    "lodash": "4.17.19",
    "ngx-virtual-scroller": "3.0.2",
    "prismjs": "1.16.0",
    "@types/json-schema": "7.0.4",
    "tslib": "^1.9.0"
  },
  "peerDependencies": {
    "@angular/common": "^8.0.0",
    "@angular/core": "^8.0.0",
    "@angular/forms": "^8.0.0",
    "@angular/http": "^8.0.0",
    "@angular/platform-browser-dynamic": "^8.0.0",
    "@angular/router": "^8.0.0",
    "@stratio/egeo-ui-base": "^2.0.0"
  },
  "main": "bundles/stratio-egeo.umd.js",
  "module": "fesm5/stratio-egeo.js",
  "es2015": "fesm2015/stratio-egeo.js",
  "esm5": "esm5/stratio-egeo.js",
  "esm2015": "esm2015/stratio-egeo.js",
  "fesm5": "fesm5/stratio-egeo.js",
  "fesm2015": "fesm2015/stratio-egeo.js",
  "typings": "stratio-egeo.d.ts",
  "metadata": "stratio-egeo.metadata.json",
  "sideEffects": false
}