dao-sftp-webpack-plugin
Version:
基于webpack实现sftp上传功能(含scp2)
31 lines (30 loc) • 768 B
JSON
{
"name": "dao-sftp-webpack-plugin",
"version": "1.0.3",
"description": "基于webpack实现sftp上传功能(含scp2)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gitpush": "git add . && git commit -m 更新 && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsgu/dao-sftp-webpack-plugin.git"
},
"keywords": [
"webpack",
"scp2",
"sftp"
],
"author": "道心",
"license": "ISC",
"bugs": {
"url": "https://github.com/jsgu/dao-sftp-webpack-plugin/issues"
},
"homepage": "https://github.com/jsgu/dao-sftp-webpack-plugin#readme",
"devDependencies": {},
"dependencies": {
"async-waterfall": "^0.1.5",
"scp2": "^0.5.0"
}
}