@icetee/ftp
Version:
An FTP client module for node.js
41 lines (40 loc) • 962 B
JSON
{
"name": "@icetee/ftp",
"version": "1.0.8",
"author": "Tamás András Horváth <htomy92@gmail.com>",
"contributors": [
"Brian White <mscdex@mscdex.net>"
],
"description": "An FTP client module for node.js",
"main": "./lib/connection",
"engines": {
"node": ">=6.4.0"
},
"dependencies": {
"xregexp": "^3.2.0"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/_mocha --require babel-register ./test/*.spec.js"
},
"keywords": [
"ftp",
"client",
"transfer"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/icetee/node-ftp.git"
},
"devDependencies": {
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"dotenv": "^4.0.0",
"eslint": "^4.10.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"mocha": "^5.1.1",
"sinon": "^4.0.2",
"sinon-chai": "^2.14.0"
}
}