{
  "name": "node-sftp-s3-kt",
  "version": "1.3.1",
  "description": "Node JS module for creating an SFTP server with user isolation that uses S3 for file storage.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/nyc ./node_modules/mocha/bin/mocha --recursive",
    "coverage": "./node_modules/.bin/nyc report --reporter=text-lcov | node ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codyrigney92/node-sftp-s3.git"
  },
  "keywords": [
    "s3",
    "aws",
    "sftp"
  ],
  "author": "Cody Rigney",
  "contributors": [
    {
      "name": "Igor Savin",
      "email": "kibertoad@gmail.com",
      "url": "https://github.com/kibertoad"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kibertoad/node-sftp-s3/issues"
  },
  "homepage": "https://github.com/kibertoad/node-sftp-s3#readme",
  "dependencies": {
    "buffer-equal-constant-time": "^1.0.1",
    "lodash": "^4.17.11",
    "moment": "^2.22.2",
    "ssh2": "^0.6.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^2.13.0",
    "mocha": "^3.5.3",
    "nyc": "^13.1.0",
    "http-range": "^1.0.0",
    "sinon": "^7.1.1",
    "sinon-chai": "^3.2.0"
  }
}
