webpack-ftp-upload
Version:
webpack plugin for ftp upload
25 lines (24 loc) • 516 B
JSON
{
"name": "webpack-ftp-upload",
"version": "1.0.2",
"description": "webpack plugin for ftp upload",
"main": "index.js",
"keywords": [
"wepback",
"plugin",
"ftp"
],
"repository": {
"type": "git",
"url": "https://github.com/E-two/webpack-ftp-upload.git"
},
"homepage": "https://github.com/E-two/webpack-ftp-upload.git",
"author": "etwo",
"license": "MIT",
"private": false,
"dependencies": {
"colors": "^1.3.1",
"iconv-lite": "^0.4.23",
"scp2": "^0.5.0"
}
}