{
  "name": "@stratio/egeo-demo",
  "version": "22.0.0",
  "description": "Stratio egeo demo library based in egeo library",
  "author": "Stratio",
  "main": "./bundles/egeo-demo.umd.js",
  "module": "./@stratio/egeo-demo.es5.js",
  "es2015": "./@stratio/egeo-demo.js",
  "typings": "./egeo-demo.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/Stratio/egeo.git"
  },
  "keywords": [
    "angular",
    "egeo",
    "egeo-demo",
    "stratio",
    "components",
    "rollup",
    "karma",
    "gulp",
    "webpack"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Stratio/egeo/issues"
  },
  "homepage": "https://github.com/Stratio/egeo#readme",
  "peerDependencies": {
    "@angular/common": "~7.2.15",
    "@angular/core": "~7.2.15",
    "@angular/forms": "~7.2.15",
    "@angular/http": "~7.2.15",
    "@angular/platform-browser-dynamic": "~7.2.15",
    "@angular/router": "~7.2.15",
    "@stratio/egeo": "~4.0.0"
  }
}