gatsby-plugin-hoofd
Version:
Gatsby plugin to add support for hoofd
34 lines (33 loc) • 730 B
JSON
{
"name": "gatsby-plugin-hoofd",
"version": "0.4.0",
"description": "Gatsby plugin to add support for hoofd",
"author": "jdecroock <decroockjovi@gmail.com> (https://twitter.com/JoviDeC)",
"license": "MIT",
"main": "index.js",
"scripts": {},
"keywords": [
"hoofd",
"gatsby",
"gatsby-plugin",
"head",
"seo"
],
"files": [
"gatsby-ssr.js",
"index.js",
"package.json",
"README.md"
],
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"hoofd": "^1.0.0",
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoviDeCroock/hoofd.git",
"directory": "packages/gatsby-plugin-hoofd"
}
}