{
  "name": "halfred",
  "version": "2.0.0",
  "description": "parses JSON HAL resources (Hypertext Application Language)",
  "main": "halfred.js",
  "repository": "git://github.com/traverson/halfred.git",
  "keywords": [
    "HAL",
    "REST",
    "JSON"
  ],
  "author": "Bastian Krol <bastian.krol@web.de>",
  "license": "MIT",
  "scripts": {
    "test": "grunt",
    "build": "grunt build",
    "prepack": "run-s build"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "^4.1.2",
    "commitlint-config-traverson": "^1.0.1",
    "cz-conventional-changelog": "^2.1.0",
    "grunt": "^1.0.3",
    "grunt-browserify": "^5.3.0",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-jshint": "^2.0.0",
    "grunt-contrib-uglify": "^4.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-mocha": "^1.1.0",
    "grunt-mocha-test": "^0.13.3",
    "husky": "^1.0.0-rc.13",
    "load-grunt-tasks": "^3.5.2",
    "mocha": "^5.2.0",
    "npm-run-all": "4.1.5"
  },
  "greenkeeper": {
    "ignore": [
      "load-grunt-tasks"
    ]
  }
}
