fucking-fixed-sync-files
Version:
Synchronize files or folders locally, with a watch option
46 lines (44 loc) • 1.02 kB
JSON
{
"name": "fucking-fixed-sync-files",
"version": "1.0.1",
"files": [
"bin/sync-files.js",
"index.js"
],
"description": "Synchronize files or folders locally, with a watch option",
"main": "index.js",
"scripts": {},
"bin": {
"sync-files": "bin/sync-files.js",
"fucking-fixed-sync-files": "bin/sync-files.js"
},
"repository": {
"type": "git",
"url": "https://github.com/SCLeoX/node-fucking-fixed-sync-files.git"
},
"keywords": [
"rsync",
"copy",
"cp",
"cpw",
"copyw",
"catw",
"folder",
"directory",
"file",
"watch"
],
"author": "Nicolas Chambrier <naholyr@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SCLeoX/node-sync-files/issues"
},
"homepage": "https://github.com/SCLeoX/node-sync-files",
"dependencies": {
"chalk": "^3.0.0",
"chokidar": "^3.3.0",
"fs-extra": "^8.1.0",
"minimist": "^1.2.0",
"update-notifier": "^3.0.1"
}
}