{
  "name": "ssh2-sftp-client-fast",
  "version": "2.2.0",
  "description": "Fork of ssh2-sftp-client. Ssh2 sftp client for node. Added fastGet, fastPut.",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/motorina0/ssh2-sftp-client-fast"
  },
  "keywords": [
    "sftp",
    "nodejs"
  ],
  "scripts": {
    "test": "mocha test/index.js"
  },
  "author": "Vlad STAN",
  "email": "stan.v.vlad@gmail.com",
  "license": "MIT",
  "dependencies": {
    "ssh2": "^0.5.5"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-subset": "^1.2.1",
    "mocha": "2.4.5"
  }
}
