UNPKG

webpack-ultimate-sftp

Version:

A concurrent sftp webpack plugin that allows authentication with either a password or ssh private key

44 lines (43 loc) 999 B
{ "name": "webpack-ultimate-sftp", "version": "0.0.3", "description": "A concurrent sftp webpack plugin that allows authentication with either a password or ssh private key", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "deploy", "privateKey", "sftp", "upload", "webpack" ], "directories": { "lib": "libs" }, "files": [ "sftp", "plugins", "libs", "readme.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/synthet1c/webpack-ultimate-sftp.git" }, "bugs": { "url": "https://github.com/synthet1c/webpack-ultimate-sftp/issues" }, "homepage": "https://github.com/synthet1c/webpack-ultimate-sftp#readme", "author": "Andrew Fountain", "license": "MIT", "dependencies": { "chalk": "^4.1.0", "es6-promise-pool": "^2.5.0", "glob": "^7.1.6", "log-symbols": "^4.0.0", "ssh2-sftp-client": "^5.1.3" } }