UNPKG

gatsby-plugin-netlify-redirect

Version:
53 lines (52 loc) 1.39 kB
{ "name": "gatsby-plugin-netlify-redirect", "description": "A Gatsby plugin which generates a _headers file for netlify", "version": "1.0.0", "author": "Kyle Mathews <mathews.kyle@gmail.com>", "bugs": { "url": "https://github.com/theowenyoung/gatsby-plugin-netlify-redirect/issues" }, "contributors": [ { "name": "Nathanael Beisiegel", "email": "pknb.dev@gmail.com" } ], "dependencies": { "@babel/runtime": "^7.10.3", "fs-extra": "^8.1.0", "kebab-hash": "^0.1.2", "lodash": "^4.17.15", "webpack-assets-manifest": "^3.1.1" }, "devDependencies": { "@babel/cli": "^7.10.3", "@babel/core": "^7.10.3", "babel-preset-gatsby-package": "^0.4.6", "cross-env": "^5.2.1" }, "homepage": "https://github.com/theowenyoung/gatsby-plugin-netlify-redirect", "keywords": [ "gatsby", "gatsby-plugin", "http/2-server-push", "netlify" ], "license": "MIT", "main": "index.js", "peerDependencies": { "gatsby": "^2.0.0" }, "repository": { "type": "git", "url": "https://github.com/theowenyoung/gatsby-plugin-netlify-redirect" }, "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__\"" }, "engines": { "node": ">=10.13.0" } }