{
  "name": "@ngxf/platform",
  "version": "9.0.3",
  "description": "NGXF - Non-State Management for Angular",
  "keywords": [
    "non-ngxs",
    "non-redux",
    "non-state",
    "rxjs",
    "angular",
    "ngx",
    "angular2",
    "non-cqrs",
    "non-store",
    "non-state-management",
    "non-event-stream",
    "non-boilerplate"
  ],
  "author": "thekiba <hr@thekiba.io>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngxf/platform.git"
  },
  "maintainers": [
    {
      "name": "thekiba",
      "email": "hr@thekiba.io"
    },
    {
      "name": "AlexDaSoul",
      "email": "alexdasoul@gmail.com"
    }
  ],
  "bugs": {
    "url": "https://github.com/ngxf/platform/issues"
  },
  "homepage": "https://github.com/ngxf/platform",
  "peerDependencies": {
    "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
    "@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
    "@angular/router": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
    "rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4"
  },
  "main": "bundles/ngxf-platform.umd.js",
  "module": "fesm5/ngxf-platform.js",
  "es2015": "fesm2015/ngxf-platform.js",
  "esm5": "esm5/ngxf-platform.js",
  "esm2015": "esm2015/ngxf-platform.js",
  "fesm5": "fesm5/ngxf-platform.js",
  "fesm2015": "fesm2015/ngxf-platform.js",
  "typings": "ngxf-platform.d.ts",
  "metadata": "ngxf-platform.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.10.0"
  }
}
