{
  "name": "i18next-loader",
  "version": "0.1.0",
  "description": "i18next loader module for webpack",
  "main": "index.js",
  "scripts": {
    "test": "npm run coverage && npm run lint",
    "test:watch": "mocha --watch",
    "lint": "eslint .",
    "coverage": "istanbul cover _mocha -- -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kamilglod/i18next-loader.git"
  },
  "keywords": [
    "i18next",
    "i18n",
    "translate",
    "webpack",
    "loader"
  ],
  "author": "Kamil Głód @kglod",
  "license": "MIT",
  "dependencies": {
    "cli-color": "^1.1.0",
    "i18next": "^2.3.4",
    "loader-utils": "^0.2.11"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.8",
    "eslint": "^2.4.0",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "sinon": "^1.17.3"
  }
}
