gatsby-source-mercadolibre
Version:
GatsbyJS plugin that pulls MercadoLibre data into GraphQL.
32 lines (31 loc) • 816 B
JSON
{
"name": "gatsby-source-mercadolibre",
"version": "1.0.16",
"description": "GatsbyJS plugin that pulls MercadoLibre data into GraphQL.",
"keywords": [
"mercadolibre",
"gatsby",
"gatsbyjs",
"graphql",
"gatsby-plugin"
],
"main": "gatsby-node.js",
"author": "Flor Antara <florenciaantara@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/florantara/gatsby-source-mercadolibre.git"
},
"homepage": "https://github.com/florantara/gatsby-source-mercadolibre#readme",
"bugs": {
"url": "https://github.com/florantara/gatsby-source-mercadolibre/issues"
},
"dependencies": {
"node-fetch": "^2.3.0",
"gatsby-source-filesystem": "^2.1.3"
},
"peerDependencies": {
"gatsby": ">=2.0.0",
"react": "^16"
}
}