{
  "name": "hapi-i18n",
  "version": "3.0.1",
  "description": "Translation module for hapi based on mashpie's i18n module",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --recursive test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/funktionswerk/hapi-i18n.git"
  },
  "keywords": [
    "hapi",
    "internationalization",
    "localization",
    "translation",
    "nodejs"
  ],
  "author": "Kay Wolter",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/funktionswerk/hapi-i18n/issues"
  },
  "homepage": "https://github.com/funktionswerk/hapi-i18n",
  "devDependencies": {
    "@hapi/hapi": "^19.0.5",
    "@hapi/joi": "^17.1.0",
    "handlebars": "^4.7.7",
    "mocha": "^8.3.0",
    "should": "^13.2.0",
    "vision": "^5.3.0"
  },
  "dependencies": {
    "@hapi/boom": "^9.0.0",
    "@hapi/hoek": "^9.0.2",
    "accept-language-parser": "^1.5.0",
    "i18n": "^0.13.2",
    "lodash": "^4.17.4"
  }
}
