UNPKG

ghost-storage-cloudinary-v2

Version:
74 lines (73 loc) 1.67 kB
{ "name": "ghost-storage-cloudinary-v2", "version": "3.0.3", "description": "Cloudinary storage adapter for Ghost", "main": "index.js", "keywords": [ "cloudinary", "ghost", "ghost-blog", "tryghost", "ghost-adapter", "blog", "image-hosting", "storage", "storage-adapter" ], "repository": "git+https://github.com/decoded-cipher/ghost-storage-cloudinary.git", "bugs": { "url": "https://github.com/decoded-cipher/ghost-storage-cloudinary/issues" }, "author": "Joris Berthelot <admin@eexit.net>", "contributors": [ { "name": "Seth Brasile", "email": "seth.brasile@gmail.com" }, { "name": "Marco Mornati", "email": "marco@mornati.net" }, { "name": "aphe", "email": "afriyandi@cizzu.com" }, { "name": "Arjun Krishna", "email": "arjun12345krishna@gmail.com" } ], "license": "ISC", "scripts": { "test": "mocha tests/index", "coverage": "nyc --reporter=lcov mocha tests/index", "eslint": "$(yarn bin)/eslint ." }, "engines": { "node": "^20", "cli": "^1.25.0" }, "dependencies": { "@tryghost/debug": "^0.1.17", "@tryghost/errors": "^1.2.18", "bluebird": "^3.7.0", "cloudinary": "^1.30.0", "ghost-storage-base": "^1.1.1", "got": "^11.0", "image-size": "^1.0.1", "lodash": "^4.17.20", "os-locale": "^6.0.2" }, "devDependencies": { "chai": "^4.2.0", "eslint": "^8.19.0", "eslint-plugin-mocha": "^10.0.5", "mocha": "^10.8.2", "nock": "^13.2.8", "nyc": "^15.0.0", "sinon": "^17.0.1" }, "resolutions": { "moment": "^2.29.4" } }