UNPKG

gulp-scp2

Version:

Copy file to remote server, using scp2 that is a pure javascript implement.

35 lines (34 loc) 756 B
{ "name": "gulp-scp2", "version": "0.2.0", "description": "Copy file to remote server, using scp2 that is a pure javascript implement.", "main": "index", "keywords": [ "gulp", "gulpplugin", "scp", "deploy" ], "dependencies": { "debug": "~2.2.0", "scp2": "~0.2.2", "through2": "~2.0.0" }, "devDependencies": { "gulp": "~3.9.0", "coveralls": "~2.10.0", "istanbul": "~0.2.7", "mocha": "~1.18.2", "should": "~3.3.1" }, "repository": { "type": "git", "url": "git@github.com:popomore/gulp-scp2.git" }, "homepage": "https://github.com/popomore/gulp-scp2", "author": "popomore <sakura9515@gmail.com>", "license": "MIT", "scripts": { "test": "mocha -R spec -t 20000" } }