gatsby-source-ghibli
Version:
Gatsby source plugin for fetching data from Studio Ghibli API.
26 lines (25 loc) • 598 B
JSON
{
"name": "gatsby-source-ghibli",
"version": "1.0.3",
"description": "Gatsby source plugin for fetching data from Studio Ghibli API.",
"main": "gatsby-node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"studio ghibli",
"ghibli"
],
"author": "Michal Wagner <mikebudimon@gmail.com>",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/MikeBudimon/gatsby-source-ghibli"
}
}