{
  "name": "express-url-lang",
  "version": "2.0.2",
  "description": "Language-helper middleware for Express web server.",
  "main": "./src/",
  "scripts": {
    "test": "`npm bin`/mocha",
    "lint": "`npm bin`/eslint ./",
    "coverage": "`npm bin`/istanbul cover `npm bin`/_mocha -- --reporter min"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/volebo/express-mw-lang.git"
  },
  "keywords": [
    "lang",
    "i18n",
    "l10n",
    "url",
    "localization",
    "internationalization",
    "express",
    "express-middleware",
    "middleware",
    "volebo"
  ],
  "author": {
    "name": "Volebo",
    "url": "http://utaganov.uz",
    "email": "usherzod1994@gmail.com"
  },
  "contributors": [
    {
      "name": "Sherzod Utaganov",
      "email": "usherzod1994@gmail.com"
    },
    {
      "name": "Sherzod",
      "url": "http://utaganov.uz"
    }
  ],
  "engines": {
    "node": ">=6.0.0",
    "npm": ">=5.0.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/volebo/express-mw-lang/issues"
  },
  "homepage": "https://github.com/volebo/express-mw-lang#readme",
  "dependencies": {
    "debug": "^3.1.0",
    "deep-freeze": "0.0.1",
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "@volebo/mocha-helpers": "^0.1.0",
    "chai": "^4.1.2",
    "eslint": "^4.10.0",
    "eslint-config-volebo": "^2.3.3",
    "istanbul": "^0.4.5",
    "mocha": "^4.0.1",
    "supertest": "^3.0.0"
  },
  "peerDependencies": {
    "express": "4.x"
  }
}
