grunt-ftp-push-patch
Version:
Deploy your files to a FTP server.
53 lines (52 loc) • 1.16 kB
JSON
{
"name": "grunt-ftp-push-patch",
"description": "Deploy your files to a FTP server.",
"version": "0.4.3-patch1",
"homepage": "http://robert-w.github.io/grunt-ftp-push",
"author": {
"name": "Robert Winterbottom",
"email": "Robbie.Winterbottom@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Robert-W/grunt-ftp-push.git"
},
"bugs": {
"url": "https://github.com/Robert-W/grunt-ftp-push/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://robert-w.github.io/grunt-ftp-push/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "eslint tasks/* && eslint test/* && mocha ./test/*.js",
"ovh-test": "mocha ./test/jsftp/jsftpSpec.js"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"dependencies": {
"grunt": "^0.4.5",
"jsftp": "^1.5.2"
},
"devDependencies": {
"chai": "^3.2.0",
"eslint": "^1.1.0",
"ftp-test-server": "0.0.2",
"mocha": "^2.3.0"
},
"keywords": [
"gruntplugin",
"grunt-ftp-push",
"ftp",
"jsftp",
"mocha",
"chai"
]
}