{
  "name": "ftpd.js",
  "version": "0.6.1",
  "description": "A FTP Server made in node.js",
  "main": "lib/core/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "generate-docs": "jsdoc -c apidocs.json",
    "package": "./scripts/package.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/javaportalsio/ftpd.js.git"
  },
  "keywords": [
    "ftpd",
    "file",
    "transfer",
    "protocol",
    "deamon",
    "server",
    "ftp-d",
    "ftp-server"
  ],
  "author":
  {
    "name": "Nicolaj Rørvig",
    "url": "https://javaportals.io",
    "email": "me@javaportals.io"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/javaportalsio/ftpd.js/issues"
  },
  "homepage": "https://github.com/javaportalsio/ftpd.js"
}