{
    "name": "my-ftp-deploy",
    "version": "1.0.2",
    "author": "Simon Hampton,pq1949",
    "description": "Ftp a folder from your local disk to an ftp destination. Does not delete from destination directory. Derived from grunt-ftp-deploy",
    "main": "src/ftp-deploy",
    "scripts": {
        "test": "mocha **/**.spec.js",
        "test_server": "node test/server.js",
        "commit": "git cz",
        "commitmsg": "validate-commit-msg",
        "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
        "prepublish": "gulp version"
    },
    "husky": {
        "hooks": {
            "pre-commit": "npm run commitmsg",
            "pre-push": "npm run commitmsg"
        }
    },
    "dependencies": {
        "bluebird": "^3.5.1",
        "minimatch": "3.0.4",
        "promise-ftp": "^1.3.5",
        "read": "^1.0.7",
        "upath": "^1.0.5"
    },
    "devDependencies": {
        "chai": "^4.1.2",
        "cz-conventional-changelog": "^2.1.0",
        "delete": "^1.1.0",
        "ftp-srv": "^2.16.1",
        "gulp": "^3.9.1",
        "gulp-update-version": "^1.0.1",
        "husky": "^1.0.0-rc.13",
        "mocha": "^4.1.0",
        "validate-commit-msg": "^2.14.0"
    },
    "keywords": [
        "ftp",
        "deploy"
    ],
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git://github.com/pq1949/ftp-deploy"
    },
    "bugs": {
        "url": "https://github.com/pq1949/ftp-deploy/issues"
    },
    "engines": {
        "node": ">=6"
    },
    "contributors": [
        {
            "name": "Rick Bergfalk"
        },
        {
            "name": "Ondrej",
            "url": "https://github.com/der-On"
        },
        {
            "name": "keyle",
            "url": "https://github.com/keyle"
        },
        {
            "name": "pq1949",
            "url": "https://github.com/pq1949"
        }
    ],
    "prettier": {
        "tabWidth": 4
    },
    "config": {
        "commitizen": {
            "path": "./node_modules/cz-conventional-changelog"
        }
    }
}
