UNPKG

gulp-rsync

Version:

Rsync tasks for deploying gulp file structures

39 lines (38 loc) 834 B
{ "name": "gulp-rsync", "version": "0.1.0", "description": "Rsync tasks for deploying gulp file structures", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/jerrysu/gulp-rsync.git" }, "keywords": [ "gulpplugin", "rsync", "ssh", "deploy", "deployment" ], "author": "Jerry Su <email@jerrysu.me>", "license": "MIT", "bugs": { "url": "https://github.com/jerrysu/gulp-rsync/issues" }, "homepage": "https://github.com/jerrysu/gulp-rsync", "dependencies": { "better-assert": "^1.0.2", "fancy-log": "^1.3.3", "lodash.every": "^4.6.0", "lodash.isstring": "^4.0.1", "plugin-error": "^1.0.1", "through2": "^3.0.1" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^10.2.0" } }