{
  "name": "i18next-node-fs-backend",
  "version": "2.1.3",
  "description": "node.js backend layer for i18next using fs module to load resources from filesystem",
  "main": "./index.js",
  "keywords": [
    "i18next",
    "i18next-backend"
  ],
  "homepage": "https://github.com/i18next/i18next-node-fs-backend",
  "bugs": "https://github.com/i18next/i18next-node-fs-backend/issues",
  "dependencies": {
    "js-yaml": "3.13.1",
    "json5": "2.0.0"
  },
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-core": "6.26.3",
    "babel-eslint": "8.2.6",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-stage-0": "6.24.1",
    "chai": "^4.1.2",
    "coveralls": "3.0.2",
    "eslint": "5.3.0",
    "i18next": "11.6.0",
    "istanbul": "0.4.5",
    "mocha": "5.2.0",
    "mockery": "2.1.0",
    "sinon": "6.1.5",
    "watchify": "3.11.1",
    "yargs": "12.0.1"
  },
  "scripts": {
    "test": "mocha",
    "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",
  "repository": "https://github.com/i18next/i18next-node-fs-backend.git"
}
