angular6-hal-client
Version:
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
82 lines (81 loc) • 2.24 kB
JSON
{
"name": "angular6-hal-client",
"version": "7.0.45",
"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/hal-client.js",
"module": "dist/hal-client.js",
"es2015": "dist/hal-client.js",
"esm5": "dist/hal-client.js",
"esm2015": "dist/hal-client.js",
"fesm5": "dist/hal-client.js",
"fesm2015": "dist/hal-client.js",
"typings": "dist/hal-client.d.ts",
"metadata": "dist/hal-client.metadata.json",
"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 7"
],
"issues": {
"url": "https://github.com/Pontiley/angular6-hal-client/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Pontiley/angular6-hal-client.git"
},
"peerDependencies": {
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0"
},
"devDependencies": {
"@angular/compiler": "~7.2.10",
"@angular/compiler-cli": "~7.2.10",
"@angular/platform-server": "~7.2.10",
"@types/mocha": "^2.2.48",
"chai": "^4.1.2",
"mocha": "^3.5.3",
"nconf": "^0.8.4",
"optimist": "^0.6.1",
"ts-node": "^3.3.0",
"rimraf": "^2.6.2",
"tslint": "^5.10.0",
"tslint-ionic-rules": "*",
"@types/node": "10.12.5",
"typescript": "~3.1.3",
"coveralls": "2.13.1",
"fetch-mock": "5.11.0",
"jest": "20.0.4",
"hoek": "4.2.1",
"growl": "1.10.5",
"tsickle": ">=0.34.0"
},
"dependencies": {
"@angular/animations": "^7.2.10",
"@angular/cli": "^7.0.3",
"@angular/common": "~7.2.10",
"@angular/core": "~7.2.10",
"@angular/platform-browser": "^7.2.10",
"@angular/platform-browser-dynamic": "^7.2.10",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"zone.js": "^0.8.29"
},
"engines": {
"node": ">=4"
}
}