{
  "name": "gatsby-plugin-htaccess",
  "version": "1.4.0",
  "description": "gatsby-plugin-htaccess creates a customizable htaccess-file on build containing the most important default settings for performance and security.",
  "main": "index.js",
  "author": "Andreas Faust",
  "license": "ISC",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "htaccess",
    "apache"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/AndreasFaust/gatsby-plugin-htaccess"
  },
  "dependencies": {
    "fs-extra": "^8.1.0",
    "lodash": "^4.17.15"
  },
  "devDependencies": {}
}