{
  "name": "@bruqui/gatsby-plugin-react-helmet-async",
  "version": "0.1.5",
  "description": "Use React Helmet Async with your Gatsby site",
  "main": "index.js",
  "homepage": "https://github.com/bruqui/gatsby-plugin-react-helmet-async",
  "repository": "https://github.com/bruqui/gatsby-plugin-react-helmet-async.git",
  "author": "Bruce Smith",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "react",
    "react-helmet",
    "react-helmet-async"
  ],
  "license": "MIT",
  "private": false,
  "scripts": {
    "build": "babel src --out-dir . --ignore **/__tests__",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir . --ignore **/__tests__",
    "clean": "rm {gatsby-node,gatsby-ssr,common,svgo}.js",
    "npm_publish": "npm run prepare && git add --all && git commit -am \"build for publish\" && npm version patch && git push origin master && npm publish"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "babel-preset-gatsby-package": "^0.1.4",
    "cross-env": "^5.2.1",
    "gatsby": "^2.1.31",
    "react": "^16.8.4",
    "react-dom": "^16.8.4",
    "react-helmet-async": "^1.0.4"
  },
  "peerDependencies": {
    "gatsby": "2.x",
    "react-helmet-async": "^1.0.4"
  }
}
