{
  "name": "gatsby-plugin-meta-redirect",
  "version": "1.1.1",
  "repository": "git@github.com:getchalk/gatsby-plugin-meta-redirect.git",
  "author": "Danny Wilson <dwilson@getchalk.com>",
  "license": "MIT",
  "main": "index.js",
  "engines": {
    "node": ">=8"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin"
  ],
  "scripts": {
    "clean": "git clean -xdf ./*.js",
    "test": "jest"
  },
  "dependencies": {
    "fs-extra": "^7.0.0"
  },
  "devDependencies": {
    "jest": "^22.1.4"
  },
  "jest": {
    "verbose": true,
    "testURL": "http://localhost/"
  }
}
