UNPKG

node-scp2

Version:

A pure javascript scp program based on ssh2.

39 lines (38 loc) 749 B
{ "name": "node-scp2", "version": "1.0.0", "description": "A pure javascript scp program based on ssh2.", "author": "Hsiaoming Yang <lepture@me.com>", "homepage": "https://github.com/pirumpi/node-scp2", "keywords": [ "ssh", "scp", "copy", "remote", "ssh2" ], "dependencies": { "ssh2": "~0.2.12", "glob": "~3.2.6", "async": "~0.2.9", "lodash": "~2.0.0" }, "repository": { "type": "git", "url": "https://github.com/pirumpi/node-scp2.git" }, "bugs": { "url": "https://github.com/pirumpi/node-scp2/issues" }, "devDependencies": { "jshint": "*", "mocha": "*", "expect.js": "*" }, "bin": { "scp2": "bin/scp2" }, "scripts": { "test": "make test" } }