{
  "name": "i18next-node-fs-backend",
  "version": "1.0.0",
  "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.5.4",
    "json5": "0.5.0"
  },
  "devDependencies": {
    "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": "^3.4.1",
    "coveralls": "2.11.6",
    "eslint": "2.4.0",
    "i18next": "2.3.5",
    "istanbul": "0.4.1",
    "mocha": "2.3.4",
    "mockery": "1.4.1",
    "sinon": "1.17.2",
    "watchify": "3.7.0",
    "yargs": "4.3.2"
  },
  "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"
}
