{
  "name": "gatsby-plugin-page-creator",
  "version": "2.0.0-rc.1",
  "description": "Gatsby plugin that automatically creates pages from React components in specified directories",
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-dir . --ignore **/__tests__",
    "watch": "babel -w src --out-dir . --ignore **/__tests__",
    "prepare": "cross-env NODE_ENV=production npm run build"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin"
  ],
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "contributors": [
    "Steven Natera <tektekpush@gmail.com> (https://twitter.com/stevennatera)"
  ],
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "bluebird": "^3.5.0",
    "chokidar": "^1.7.0",
    "fs-exists-cached": "^1.0.0",
    "glob": "^7.1.1",
    "lodash": "^4.17.4",
    "parse-filepath": "^1.0.1",
    "slash": "^1.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "cross-env": "^5.0.5"
  },
  "peerDependencies": {
    "gatsby": ">2.0.0-alpha"
  },
  "gitHead": "a8a4c69c97d9d7f59a7bfb50e7d1fbd463d2e012"
}
