{
  "name": "@azerion/phaser-i18next",
  "author": "Azerion",
  "version": "1.0.3",
  "description": "Phaser plugin for translations using i18next.",
  "contributors": [
    {
      "name": "Ale Bles",
      "email": "a.bles@azerion.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:azerion/phaser-i18next.git"
  },
  "license": [
    {
      "type": "MIT",
      "url": "https://github.com/azerion/phaser-i18next/raw/master/LICENSE"
    }
  ],
  "config": {
    "name": "phaser-i18next"
  },
  "devDependencies": {
    "@azerion/phaser-nineslice": "^2.0.1",
    "@types/i18next": "^2.3.35",
    "grunt": "1.0.x",
    "grunt-banner": "^0.6.0",
    "grunt-contrib-clean": "0.6.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "^0.11.2",
    "grunt-contrib-uglify": "^0.11.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-ts": "^6.0.0-beta.11",
    "phaser": "2.6.2",
    "typescript": "2.1.x"
  },
  "dependencies": {
    "i18next": "^8.4.3"
  }
}
