ftpd
Version:
Node FTP Server
131 lines (130 loc) • 2.84 kB
JSON
{
"name": "ftpd",
"version": "0.2.16",
"description": "Node FTP Server",
"main": "./ftpd.js",
"scripts": {
"test": "eslint --max-warnings 0 . && ./node_modules/.bin/istanbul test _mocha",
"lint": "eslint --max-warnings 0 ."
},
"dependencies": {
"dateformat": "1.0.7-1.2.3",
"stat-mode": "^0.2.1"
},
"devDependencies": {
"async": "~0.1.15",
"collect-stream": "^1.1.1",
"eslint": "^1.10.3",
"istanbul": "~0.2.4",
"jsftp": "git://github.com/sergi/jsftp.git#master",
"mocha": "^2.3.4",
"should": "~3.1.2",
"ftp": "^0.3.10"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "git@github.com:nodeftpd/nodeftpd.git"
},
"bugs": {
"url": "https://github.com/nodeftpd/nodeftpd/issues"
},
"keywords": [
"ftp",
"ftp-server",
"ftpd"
],
"contributors": [
{
"name": "Simon Sturmer",
"url": "https://github.com/sstur"
},
{
"name": "Alex Drummond",
"url": "https://github.com/addrummond"
},
{
"name": "Alan Szlosek",
"url": "https://github.com/alanszlosek"
},
{
"name": "asylumfunk",
"url": "https://github.com/asylumfunk"
},
{
"name": "Andrew Johnston",
"url": "https://github.com/billywhizz"
},
{
"name": "Mark Bogdanoff",
"url": "https://github.com/bog"
},
{
"name": "Gordon Barrs",
"url": "https://github.com/britebit"
},
{
"name": "Indra Gunawan",
"url": "https://github.com/coderbuzz"
},
{
"name": "Eric Newton",
"url": "https://github.com/eric-newton"
},
{
"name": "Eric Fong",
"url": "https://github.com/ericfong"
},
{
"name": "headconnect",
"url": "https://github.com/headconnect"
},
{
"name": "José F. Romaniello",
"url": "https://github.com/jfromaniello"
},
{
"name": "Joshua Hull",
"url": "https://github.com/joshbuddy"
},
{
"name": "Ernesto Méndez",
"url": "https://github.com/mendezcode"
},
{
"name": "M.K.",
"url": "https://github.com/mk-pmb"
},
{
"name": "Phillip Green II",
"url": "https://github.com/phillipgreenii"
},
{
"name": "Oleksiy Krivoshey",
"url": "https://github.com/oleksiyk"
},
{
"name": "Alan Wong",
"url": "https://github.com/pye2k"
},
{
"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": "Thomas Schaaf",
"url": "https://github.com/thomaschaaf"
}
],
"license": "BSD-2-Clause"
}