{
  "name": "gatsby-plugin-freshchat",
  "description": "Gatsby plugin to add Freshchat to your site",
  "version": "1.0.0-rc1",
  "author": "Blue Bamboo Studios <hello@bluebamboostudios.com> (https://bluebamboostudios.com)",
  "bugs": {
    "url": "https://github.com/BlueBambooStudios/gatsby-plugin-freshchat/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.1.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.5",
    "@babel/core": "^7.1.5",
    "babel-preset-gatsby-package": "^0.1.2",
    "cross-env": "^5.2.0"
  },
  "homepage": "https://github.com/BlueBambooStudios/gatsby-plugin-freshchat#readme",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "freshchat"
  ],
  "license": "MIT",
  "main": "index.js",
  "peerDependencies": {
    "gatsby": ">2.0.0-alpha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BlueBambooStudios/gatsby-plugin-freshchat.git"
  },
  "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__"
  }
}
