package.json
1 { "name": "ftp", 2 "version": "0.3.10", 3 "author": "Brian White <mscdex@mscdex.net>", 4 "description": "An FTP client module for node.js", 5 "main": "./lib/connection", 6 "engines": { "node" : ">=0.8.0" }, 7 "dependencies": { 8 "xregexp": "2.0.0", 9 "readable-stream": "1.1.x" 10 }, 11 "scripts": { 12 "test": "node test/test.js" 13 }, 14 "keywords": [ "ftp", "client", "transfer" ], 15 "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/node-ftp/raw/master/LICENSE" } ], 16 "repository" : { "type": "git", "url": "http://github.com/mscdex/node-ftp.git" } 17 }