UNPKG

halson

Version:

The HAL+JSON Resource Object

42 lines (41 loc) 765 B
{ "name": "halson", "version": "3.2.0", "description": "The HAL+JSON Resource Object", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "mocha --reporter spec test.js test-enhanced.js" }, "keywords": [ "HAL", "JSON", "REST", "Hypermedia", "HATEOAS", "API" ], "author": { "name": "Marek Fojtl", "email": "jerrymf@gmail.com" }, "contributors": [ { "name": "Martin Jurča", "email": "martin.jurca@firma.seznam.cz" }, { "name": "Jonelle Amio" } ], "license": "MIT", "devDependencies": { "chai": "^5.3.1", "mocha": "~11.7.1", "typescript": "^5.9.2" }, "repository": { "type": "git", "url": "https://github.com/seznam/halson" } }