{
    "name": "@svrooij/ftpd",
    "version": "0.4.4",
    "description": "Node FTP Server (reboot)",
    "main": "./ftpd.js",
    "scripts": {
        "lint": "eslint .",
        "lint-fix": "eslint --fix .",
        "test": "eslint .",
        "test-suites": "jest --ci --forceExit ./test/*.js || true"
    },
    "dependencies": {
        "dateformat": "3.0.3",
        "stat-mode": "^1.0.0"
    },
    "devDependencies": {
        "async": "3.1.0",
        "collect-stream": "^1.2.1",
        "eslint": "^6.8.0",
        "eslint-config-airbnb-base": "^14.1.0",
        "eslint-plugin-import": "^2.20.2",
        "ftp": "^0.3.10",
        "jest": "^25.5.4",
        "jsftp": "git://github.com/sergi/jsftp.git#master",
        "should": "^13.2.3"
    },
    "repository": {
        "type": "git",
        "url": "git@github.com:svrooij/nodeftpd.git"
    },
    "bugs": {
        "url": "https://github.com/svrooij/nodeftpd/issues"
    },
    "keywords": [
        "ftp",
        "ftp-server",
        "ftpd"
    ],
    "contributors": [
        {
            "name": "Alex Drummond",
            "url": "https://github.com/addrummond"
        },
        {
            "name": "Alan Szlosek",
            "url": "https://github.com/alanszlosek"
        },
        {
            "name": "Alan Wong",
            "url": "https://github.com/pye2k"
        },
        {
            "name": "Andrew Johnston",
            "url": "https://github.com/billywhizz"
        },
        {
            "name": "asylumfunk",
            "url": "https://github.com/asylumfunk"
        },
        {
            "name": "Eric Newton",
            "url": "https://github.com/eric-newton"
        },
        {
            "name": "Eric Fong",
            "url": "https://github.com/ericfong"
        },
        {
            "name": "Ernesto Méndez",
            "url": "https://github.com/mendezcode"
        },
        {
            "name": "Gordon Barrs",
            "url": "https://github.com/britebit"
        },
        {
            "name": "headconnect",
            "url": "https://github.com/headconnect"
        },
        {
            "name": "Indra Gunawan",
            "url": "https://github.com/coderbuzz"
        },
        {
            "name": "José F. Romaniello",
            "url": "https://github.com/jfromaniello"
        },
        {
            "name": "Joshua Hull",
            "url": "https://github.com/joshbuddy"
        },
        {
            "name": "M.K.",
            "url": "https://github.com/mk-pmb"
        },
        {
            "name": "Mark Bogdanoff",
            "url": "https://github.com/bog"
        },
        {
            "name": "Oleksiy Krivoshey",
            "url": "https://github.com/oleksiyk"
        },
        {
            "name": "Phillip Green II",
            "url": "https://github.com/phillipgreenii"
        },
        {
            "name": "Rogier Schouten",
            "url": "https://github.com/rogierschouten"
        },
        {
            "name": "Sean Lang",
            "url": "https://github.com/slang800"
        },
        {
            "name": "Simon Sturmer",
            "url": "https://github.com/nodeftpd"
        },
        {
            "name": "Stephan van Rooij",
            "url": "https://github.com/svrooij"
        },
        {
            "name": "Thomas Schaaf",
            "url": "https://github.com/thomaschaaf"
        }
    ],
    "license": "BSD-2-Clause"
}
