UNPKG

gatsby-transformer-remote-image

Version:

Gatsby plugin to downloading a remote image referenced in the frontmatter of a MarkdownRemark nodes

36 lines (35 loc) 1.07 kB
{ "name": "gatsby-transformer-remote-image", "description": "Gatsby plugin to downloading a remote image referenced in the frontmatter of a MarkdownRemark nodes", "version": "2.0.2", "author": "Mike Gajda <npm@mikegajda.com>", "bugs": { "url": "https://github.com/mikegajda/gatsby-transformer-remote-image" }, "dependencies": { "better-queue": "^3.8.10", "gatsby-source-filesystem": "^1.5.39" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "cross-env": "^5.1.4" }, "homepage": "https://github.com/mikegajda/gatsby-transformer-remote-image", "keywords": [ "gatsby", "gatsby-plugin", "remote-image" ], "license": "MIT", "main": "index.js", "peerDependencies": { "gatsby": ">2.0.0-alpha" }, "repository": "https://github.com/mikegajda/gatsby-transformer-remote-image", "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__" } }