{
  "name": "express-request-language",
  "version": "1.1.15",
  "description": "Figure out a request's language tag by parsing Accept-Language header and stored cookies.",
  "main": "index.js",
  "scripts": {
    "pretest": "eslint .",
    "test": "bin/test",
    "watch": "watch 'clear && npm run -s test' ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tinganho/express-request-language.git"
  },
  "keywords": [
    "i18n",
    "http",
    "accept-language"
  ],
  "author": "Tingan Ho",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tinganho/express-request-language/issues"
  },
  "homepage": "https://github.com/tinganho/express-request-language",
  "dependencies": {
    "accept-language": "^3.0.4",
    "bcp47": "^1.1.2"
  },
  "devDependencies": {
    "@types/express": "^4.0.32",
    "chai": "^2.0.0",
    "cookie-parser": "^1.3.4",
    "eslint": "1.10.3",
    "express": "^4.11.2",
    "lodash": "3.10.1",
    "mocha": "^2.1.0",
    "sinon": "^1.12.2",
    "sinon-chai": "^2.7.0",
    "watch": "0.17.1"
  }
}
