{
  "name": "ngx-restful",
  "version": "1.4.0",
  "description": "AngularX module for easy integration with RESTful API.",
  "author": "Luka",
  "license": "MIT",
  "main": "ngx-restful.umd.js",
  "jsnext:main": "ngx-restful.esm.js",
  "module": "ngx-restful.esm.js",
  "types": "ngx-restful.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lmatosevic/ngx-restful.git"
  },
  "keywords": [
    "angular",
    "angularX",
    "rxjs",
    "rest",
    "restful",
    "integration",
    "api"
  ],
  "dependencies": {
    "@angular/common": ">=6.0.0",
    "@angular/core": ">=6.0.0",
    "rxjs": ">=6.0.0"
  },
  "homepage": "https://github.com/lmatosevic/ngx-restful#readme",
  "bugs": {
    "url": "https://github.com/lmatosevic/ngx-restful/issues"
  }
}