UNPKG

gulp-file-sync

Version:

Sync file It keeps your files synced between two directory. In other words, any change of files in one directory will automatically take place in another one.

42 lines (41 loc) 1.21 kB
{ "name": "gulp-file-sync", "version": "2.1.0", "description": "Sync file It keeps your files synced between two directory. In other words, any change of files in one directory will automatically take place in another one.", "main": "index.js", "dependencies": { "crc": "^4.1.0", "fancy-log": "^2.0.0", "fs-extra": "^10.0.0", "plugin-error": "^1.0.1" }, "devDependencies": { "chai": "^4.3.6", "coveralls": "^3.1.1", "mocha": "^9.2.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "cov": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "repository": { "type": "git", "url": "git+https://github.com/kayo5994/gulp-file-sync.git" }, "keywords": [ "sync", "Synchronize", "file", "manage", "gulpplugin", "gulpplugin", "gulpfriendly", "gulpfriendly" ], "author": "Kayo Lee <330956999@qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/kayo5994/gulp-file-sync/issues" }, "homepage": "https://github.com/kayo5994/gulp-file-sync#readme" }