mirror of https://github.com/jkjoy/sunpeiwen.git
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "ftp-deploy",
|
|
"version": "2.4.5",
|
|
"author": "Simon Hampton",
|
|
"description": "Ftp a folder from your local disk to an ftp destination",
|
|
"main": "src/ftp-deploy",
|
|
"scripts": {
|
|
"test": "mocha **/**.spec.js",
|
|
"server": "node test/server.js"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.7.2",
|
|
"minimatch": "9.0.0",
|
|
"promise-ftp": "^1.3.5",
|
|
"read": "^2.1.0",
|
|
"ssh2-sftp-client": "^7.2.1",
|
|
"upath": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.7",
|
|
"delete": "^1.1.0",
|
|
"ftp-srv": "^4.6.2",
|
|
"mocha": "^9.1.3"
|
|
},
|
|
"keywords": [
|
|
"ftp",
|
|
"deploy"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/simonh1000/ftp-deploy"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/simonh1000/ftp-deploy/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Rick Bergfalk"
|
|
},
|
|
{
|
|
"name": "Ondrej",
|
|
"url": "https://github.com/der-On"
|
|
},
|
|
{
|
|
"name": "keyle",
|
|
"url": "https://github.com/keyle"
|
|
}
|
|
],
|
|
"prettier": {
|
|
"tabWidth": 4
|
|
}
|
|
} |