{
  "name": "@hpeniran/ngx-jsonapi",
  "version": "1.0.2",
  "description": "JSON API library for Angular",
  "module": "ngx-jsonapi/@ngx-jsonapi/ngx-jsonapi.es5.js",
  "es2015": "ngx-jsonapi/@ngx-jsonapi/ngx-jsonapi.js",
  "main": "ngx-jsonapi/bundles/ngx-jsonapi.umd.js",
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reyesoft/ngx-jsonapi.git"
  },
  "bugs": {
    "url": "https://github.com/reyesoft/ngx-jsonapi/issues"
  },
  "keywords": [
    "jsonapi",
    "angular"
  ],
  "authors": [
    "Pablo Gabriel Reyes"
  ],
  "license": "MIT",
  "homepage": "https://github.com/reyesoft/ngx-jsonapi#readme",
  "dependencies": {
    "dexie": "^2.0.4"
  },
  "peerDependencies": {
    "@angular/core": "^6.0.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Ehsan Amj"
}
