{
  "name": "hal-4-angular",
  "version": "7.1.2",
  "description": "This Angular module offers a HAL/JSON http-client to easily interact with a Spring Data Rest API or any API that implements the Spring Data Rest resource model",
  "author": "Masvis S.r.l.",
  "readme": "README.md",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "clean": "node ./scripts/deleteDist",
    "build": "npm run tsc",
    "tsc": "node_modules/.bin/ngc",
    "test": "mocha -r ts-node/register --config=test/test-config.json test/*.test.ts"
  },
  "keywords": [
    "Spring Data Rest",
    "Spring",
    "HAL",
    "hypermedia",
    "REST",
    "Angular 4",
    "Angular 5",
    "Angular 6",
    "Angular"
  ],
  "issues": {
    "url": "https://github.com/mpbalmeida/hal-4-angular/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mpbalmeida/hal-4-angular.git"
  },
  "devDependencies": {
    "@angular/compiler": "~7.0.0",
    "@angular/compiler-cli": "~7.0.0",
    "@angular/platform-server": "~7.0.0",
    "@types/mocha": "^2.2.43",
    "@types/node": "10.12.9",
    "chai": "^4.1.2",
    "coveralls": "^3.0.2",
    "fetch-mock": "5.11.0",
    "growl": "1.10.5",
    "hoek": "4.2.1",
    "jest": "20.0.4",
    "mocha": "^5.2.0",
    "nconf": "^0.8.4",
    "optimist": "^0.6.1",
    "rimraf": "^2.6.2",
    "ts-node": "^3.3.0",
    "tslint": "^5.10.0",
    "tslint-ionic-rules": "*",
    "typescript": "~3.1.6",
    "coveralls": "2.13.1",
    "fetch-mock": "5.11.0",
    "jest": "20.0.4",
    "hoek": "4.2.1",
    "growl": "1.10.5"
  },
  "dependencies": {
    "query-string": "6.1.0",
    "url": "0.11.0",
    "util": "0.11.0",
    "@angular/animations": "~7.0.4",
    "@angular/cli": "7.0.6",
    "@angular/common": "~7.0.4",
    "@angular/core": "~7.0.4",
    "@angular/platform-browser": "~7.0.4",
    "@angular/platform-browser-dynamic": "~7.0.4",
    "rxjs": "~6.3.3",
    "zone.js": "~0.8.26"
  },
  "engines": {
    "node": ">=4"
  }
}
