gulp-ssh
Version:
SSH and SFTP tasks for gulp
65 lines (64 loc) • 1.23 kB
JSON
{
"name": "gulp-ssh",
"version": "0.7.0",
"description": "SSH and SFTP tasks for gulp",
"license": "MIT",
"author": {
"name": "Yan Qing",
"email": "admin@zensh.com",
"url": "https://github.com/zensh"
},
"engines": {
"node": ">=6"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/teambition/gulp-ssh"
},
"homepage": "https://github.com/teambition/gulp-ssh",
"keywords": [
"gulpplugin",
"ssh",
"ssh2",
"sftp",
"exec",
"shell",
"remote",
"client",
"upload"
],
"dependencies": {
"ansicolors": "^0.3.2",
"fancy-log": "^1.3.2",
"plugin-error": "^1.0.1",
"ssh2": "~0.5.5",
"through2": "^2.0.3",
"vinyl": "^2.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-fs": "^2.0.0",
"dirty-chai": "^2.0.1",
"fs-extra": "^5.0.0",
"gulp": "^3.9.1",
"gulp-sequence": "^1.0.0",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"standard": "^10.0.3"
},
"scripts": {
"coverage": "nyc mocha",
"test": "standard && mocha -t 5000",
"samples": "gulp samples"
},
"files": [
"README.md",
"index.js"
],
"nyc": {
"reporter": [
"lcov"
]
}
}