UNPKG

rsync

Version:
28 lines (27 loc) 546 B
{ "name": "rsync", "version": "0.6.1", "description": "Rsync cli wrapper", "main": "rsync.js", "repository": { "type": "git", "url": "https://github.com/mattijs/node-rsync" }, "keywords": [ "rsync", "wrapper", "cli", "command" ], "author": "Mattijs Hoitink <mattijs@monkeyandmachine.com>", "license": "MIT", "readmeFilename": "README.md", "devDependencies": { "chai": "^3.5.0", "mocha": "^2.5.3", "sinon": "^1.17.4" }, "scripts": { "test": "mocha -R spec tests/*.test.js" } }