jamify-source-ghost
Version:
Gatsby source plugin for fetching content from headless Ghost CMS.
34 lines (33 loc) • 749 B
JSON
{
"name": "jamify-source-ghost",
"version": "1.19.1",
"description": "Gatsby source plugin for fetching content from headless Ghost CMS.",
"repository": {
"type": "git",
"url": "git+https://github.com/styxlab/gatsby-theme-try-ghost"
},
"author": "styxlab",
"license": "MIT",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source",
"gatsby-source-plugin",
"gatsby-source-ghost",
"ghost",
"jamify",
"jamify-source",
"first-class",
"gatsby-cloud"
],
"dependencies": {
"@tryghost/content-api": "1.4.7",
"cheerio": "1.0.0-rc.3",
"gatsby-node-helpers": "0.3.0",
"qs": "6.9.4"
},
"devDependencies": {
"eslint": "7.12.1",
"eslint-plugin-ghost": "2.0.0"
}
}