UNPKG

gatsby-plugin-react-helmet

Version:

Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.

49 lines (48 loc) 1.34 kB
{ "name": "gatsby-plugin-react-helmet", "description": "Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.", "version": "3.0.2", "author": "Kyle Mathews <matthews.kyle@gmail.com>", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.0.0" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "babel-preset-gatsby-package": "^0.1.2", "cross-env": "^5.1.4" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet#readme", "keywords": [ "gatsby", "gatsby-plugin", "favicon", "react-helmet", "seo", "document", "head", "title", "meta", "link", "script", "base", "noscript", "style" ], "license": "MIT", "main": "index.js", "peerDependencies": { "gatsby": ">2.0.0-alpha", "react-helmet": ">=5.1.3" }, "repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet", "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__" }, "gitHead": "faf6894a4fd63c77e9049ae238998899f2bf58a4" }