{
  "name": "generator-gatsby",
  "version": "1.8.3",
  "description": "Generate progressive, lightweight Gatsby sites and plugins",
  "author": {
    "name": "Sean King"
  },
  "license": "MIT",
  "files": [
    "generators"
  ],
  "main": "generators/app/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seaneking/generator-gatsby.git"
  },
  "keywords": [
    "yeoman-generator",
    "gatsby",
    "gatsby-plugin",
    "boilerplate"
  ],
  "dependencies": {
    "array-flat-polyfill": "^1.0.1",
    "chalk": "^2.4.2",
    "yeoman-generator": "^4.0.1",
    "yosay": "^2.0.2"
  },
  "devDependencies": {
    "prettier": "^1.18.2"
  }
}
