UNPKG

bisync-files

Version:

Bidirectional files synch nodejs plugin

41 lines (40 loc) 913 B
{ "name": "bisync-files", "version": "0.1.3", "description": "Bidirectional files synch nodejs plugin", "main": "src/bisync-files.js", "bin": { "bisync-files": "bin/bisync-files.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/likerRr/bisync-files.git" }, "keywords": [ "watch", "synch", "file synch", "directory synch", "folder synch", "two-way synch", "bidirectional synch" ], "author": "Alexey Lizurchik", "license": "MIT", "bugs": { "url": "https://github.com/likerRr/bisync-files/issues" }, "homepage": "https://github.com/likerRr/bisync-files#readme", "dependencies": { "chalk": "^1.1.0", "chokidar": "^1.0.5", "fs-extra": "^0.22.1", "path-exists": "^1.0.0" }, "devDependencies": { "eslinter": "^2.0.6" } }