{
  "name": "@guillotinaweb/grange-core",
  "version": "1.2.5",
  "license": "MIT",
  "author": {
    "name": "Eric Brehault",
    "email": "ebrehault@gmail.com"
  },
  "description": "A set of services to communicate with a Guillotina or Plone RESTAPI backend",
  "keywords": [
    "angular",
    "guillotina",
    "plone"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guillotinaweb/grange-core"
  },
  "bugs": {
    "url": "https://github.com/guillotinaweb/grange-core/issues"
  },
  "peerDependencies": {
    "@angular/common": "^11.1.0",
    "@angular/core": "^11.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "bundles/guillotinaweb-grange-core.umd.js",
  "module": "fesm2015/guillotinaweb-grange-core.js",
  "es2015": "fesm2015/guillotinaweb-grange-core.js",
  "esm2015": "esm2015/guillotinaweb-grange-core.js",
  "fesm2015": "fesm2015/guillotinaweb-grange-core.js",
  "typings": "guillotinaweb-grange-core.d.ts",
  "metadata": "guillotinaweb-grange-core.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.0.0"
  }
}