UNPKG

picgo-plugin-cfimgbed

Version:

PicGo plugin for uploading images to CF-Imgbed

36 lines (35 loc) 739 B
{ "name": "picgo-plugin-cfimgbed", "version": "1.1.0", "description": "PicGo plugin for uploading images to CF-Imgbed", "main": "index.js", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/twiify/picgo-plugin-cfimgbed.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "picgo", "picgo-gui-plugin", "picgo-plugin", "cf-imgbed", "cloudflare", "image-hosting" ], "author": "twiify", "license": "MIT", "dependencies": { "node-fetch": "^2.6.7" }, "peerDependencies": { "picgo": "^1.4.0" }, "engines": { "node": ">=12" } }