UNPKG

gulp-azure-storage

Version:

Gulp plugin to download and upload files to/from the Azure blob storage

34 lines (33 loc) 759 B
{ "name": "gulp-azure-storage", "version": "0.12.1", "description": "Gulp plugin to download and upload files to/from the Azure blob storage", "main": "index.js", "author": "João Moreno", "repository": { "type": "git", "url": "https://github.com/joaomoreno/gulp-azure-storage.git" }, "bin": { "upload-to-azure": "./bin/upload.js" }, "keywords": [ "gulpplugin", "azure", "blob", "storage" ], "license": "MIT", "dependencies": { "@azure/storage-blob": "^12.8.0", "delayed-stream": "0.0.6", "event-stream": "3.3.4", "mime": "^1.3.4", "progress": "^1.1.8", "queue": "^3.0.10", "streamifier": "^0.1.1", "vinyl": "^2.2.0", "vinyl-fs": "^3.0.3", "yargs": "^15.3.0" } }