{
  "name": "halson",
  "version": "3.1.0",
  "description": "The HAL+JSON Resource Object",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha --reporter spec test.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"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "mocha": "~1.18.0",
    "chai": "^1.9.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/seznam/halson"
  }
}
