grunt-ftp
Version:
Upload files to or download from an FTP-server
52 lines (51 loc) • 971 B
JSON
{
"name": "grunt-ftp",
"version": "2.1.0",
"description": "Upload files to or download from an FTP-server",
"license": "MIT",
"repository": "sindresorhus/grunt-ftp",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && grunt"
},
"files": [
"tasks"
],
"keywords": [
"gruntplugin",
"ftp",
"jsftp",
"file",
"transfer",
"protocol",
"server",
"client",
"upload",
"deploy",
"deployment"
],
"dependencies": {
"chalk": "^1.0.0",
"each-async": "^1.0.0",
"jsftp": "^1.3.0",
"jsftp-mkdirp": "^1.0.0"
},
"devDependencies": {
"ftp-test-server": "0.0.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-simple-mocha": "^0.4.0",
"xo": "*"
},
"peerDependencies": {
"grunt": ">=0.4.0"
}
}