{
  "name": "express-hateoas-links",
  "version": "1.3.1",
  "description": "Extends express res.json to simplify building HATEOAS enabled REST API's",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/jasmine-node/bin/jasmine-node test --verbose --color --forceexit --junitreport || true"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/orca-scan/express-hateoas-links.git"
  },
  "keywords": [
    "hateoas",
    "express",
    "HATEOAS",
    "REST",
    "API",
    "json"
  ],
  "author": "John Doherty <john@orcascan.com> (www.orcascan.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/orca-scan/express-hateoas-links/issues"
  },
  "homepage": "https://github.com/orca-scan/express-hateoas-links#readme",
  "dependencies": {},
  "devDependencies": {
    "express": "^4.13.4",
    "jasmine-node": "^1.14.5",
    "supertest": "^1.2.0"
  }
}
