node-ftpd
Version:
A FTP Server made in node.js
41 lines (40 loc) • 851 B
JSON
{
"name": "node-ftpd",
"version": "0.1.0",
"description": "A FTP Server made in node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/JavaPortals/node-ftpd.git"
},
"keywords": [
"ftpd",
"file",
"transfer",
"protocol",
"deamon",
"server",
"ftp-d",
"ftp-server"
],
"authors": [
{
"name": "Nicolaj Rørvig",
"url": "https://roehost.net/about/roe",
"email": "roe@roehost.net"
},
{
"name": "Stilldabomb",
"url": "http://stilldabomb.com",
"email": "me@stilldabomb.com"
}
],
"license": "GPLv3",
"bugs": {
"url": "https://github.com/JavaPortals/node-ftpd/issues"
},
"homepage": "https://github.com/JavaPortals/node-ftpd"
}