cloudinary-img-uploader
Version:
Cloudinary Image Uploader is a lightweight and efficient npm package designed for seamless integration with Node.js and Express applications. It simplifies the process of uploading images to Cloudinary, a powerful media management platform. This package p
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "cloudinary-img-uploader",
"version": "2.0.4",
"description": "Cloudinary Image Uploader is a lightweight and efficient npm package designed for seamless integration with Node.js and Express applications. It simplifies the process of uploading images to Cloudinary, a powerful media management platform. This package provides an intuitive API to handle file uploads, enabling developers to focus on building their applications instead of managing complex upload configurations.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Cloudinary",
"image",
"uploader",
"npm",
"package",
"Node.js",
"Express",
"file",
"upload",
"Cloudinary",
"API",
"secure",
"uploads",
"asynchronous",
"handling",
"image",
"transformations",
"media",
"management",
"upload",
"presets",
"backend",
"development",
"file",
"handling",
"JavaScript."
],
"author": "Aditya Kalambe",
"license": "ISC",
"dependencies": {
"cloudinary": "^1.41.3",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0"
}
}