UNPKG

gatsby-source-esa

Version:

Gatsby source plugin for building websites using esa.io as a data source.

32 lines (31 loc) 737 B
{ "name": "gatsby-source-esa", "version": "1.1.6", "description": "Gatsby source plugin for building websites using esa.io as a data source.", "main": "gatsby-node.js", "scripts": { "build": "babel src --out-dir .", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/mottox2/gatsby-source-esa.git" }, "keywords": [ "gatsby", "gatsby-plugin", "gatsby-source-plugin", "esa" ], "author": "mottox2", "license": "MIT", "devDependencies": { "@babel/cli": "7.1.2", "@babel/core": "7.1.2", "@babel/preset-env": "7.1.0" }, "dependencies": { "axios": "^0.18.0" }, "homepage": "https://github.com/mottox2/gatsby-source-esa" }