{
  "name": "i18next-express-middleware",
  "version": "2.0.0",
  "description": "express middleware for i18next",
  "main": "./lib/index.js",
  "types": "./index.d.ts",
  "keywords": [
    "i18next",
    "i18next-express",
    "express",
    "middleware"
  ],
  "homepage": "https://github.com/i18next/i18next-express-middleware",
  "bugs": "https://github.com/i18next/i18next-express-middleware/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/i18next/i18next-express-middleware.git"
  },
  "dependencies": {
    "cookies": "0.7.1"
  },
  "devDependencies": {
    "@types/express": "4.16.0",
    "babel-cli": "6.7.7",
    "babel-core": "6.7.7",
    "babel-eslint": "5.0.0",
    "babel-preset-es2015": "6.3.13",
    "babel-preset-stage-0": "6.5.0",
    "chai": "2.3.0",
    "eslint": "2.7.0",
    "i18next": "13.0.1",
    "mocha": "2.2.5",
    "sinon": "1.17.1"
  },
  "scripts": {
    "transpile": "babel src -d lib",
    "build": "npm run transpile",
    "version": "npm run build",
    "postversion": "git push && git push --tags && rm -rf build/temp"
  },
  "author": "Jan Mühlemann <jan.muehlemann@gmail.com> (https://github.com/jamuhl)",
  "license": "MIT"
}
