{
  "name": "gatsby-plugin-i18n",
  "version": "1.0.1",
  "description": "Multi language feature for Gatsby",
  "homepage": "https://github.com/angeloocana/gatsby-plugin-i18n#readme",
  "scripts": {
    "lint": "./node_modules/.bin/eslint --fix ./src",
    "prebuild": "yarn run lint",
    "build": "babel src --out-dir . --ignore '**/*.test.js'",
    "watch": "babel -w src --out-dir . --ignore '**/*.test.js'",
    "test": "yarn run lint && jest",
    "coverage": "codecov",
    "test:open": "opn ./coverage/lcov-report/index.html"
  },
  "respository": {
    "type": "git",
    "url": "https://github.com/angeloocana/gatsby-plugin-i18n"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "i18n"
  ],
  "author": "angeloocana.com",
  "license": "MIT",
  "dependencies": {
    "folktale": "^2.0.1",
    "graphql": "^0.11.7",
    "ptz-i18n": "^1.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-eslint": "^8.0.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "codecov": "^3.0.0",
    "eslint": "^4.8.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-config-standard-react": "^5.0.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jest": "^21.2.0",
    "eslint-plugin-node": "^5.2.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-react": "^7.4.0",
    "eslint-plugin-standard": "^3.0.1",
    "jest": "^22.0.4",
    "opn-cli": "^3.1.0",
    "ptz-assert": "^1.6.8"
  },
  "babel": {
    "presets": [
      "env"
    ],
    "plugins": [
      "transform-object-rest-spread"
    ]
  },
  "readme": "README.md",
  "jest": {
    "coverageDirectory": "./coverage/",
    "collectCoverage": true,
    "testURL": "http://localhost/"
  }
}
