UNPKG

gulp-gcloud-publish

Version:
46 lines (45 loc) 1.07 kB
{ "name": "gulp-gcloud-publish", "version": "3.0.0", "description": "Gulp task to publish to Google Clod Storage", "main": "./libs/index.js", "scripts": { "test": "istanbul cover _mocha -- -R spec" }, "repository": { "type": "git", "url": "git+https://github.com/albertorestifo/gulp-gcloud-publish.git" }, "keywords": [ "gcloud", "google", "cloud", "storage", "google", "cloud", "gulpplugin" ], "author": "Alberto Restifo", "license": "Unlicense", "bugs": { "url": "https://github.com/albertorestifo/gulp-gcloud-publish/issues" }, "homepage": "https://github.com/albertorestifo/gulp-gcloud-publish#readme", "dependencies": { "@google-cloud/storage": "^1.5.2", "gulp-util": "^3.0.5", "mime": "^1.3.4", "through2": "^2.0.0" }, "devDependencies": { "chai": "^3.0.0", "coveralls": "^2.11.2", "event-stream": "^3.3.1", "istanbul": "^0.4.0", "mocha": "^2.2.5", "rewire": "^2.3.3", "sinon": "^1.14.1", "underscore": "^1.8.3", "vinyl": "^1.0.0" } }