yoctore/yocto-sftp

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "yocto-sftp",
  "version": "0.2.0",
  "description": "This is an wrapper of SSH2 library to simply create sftp connection.",
  "main": "dist/index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yoctore/yocto-sftp.git"
  },
  "bugs": {
    "url": "https://github.com/yoctore/yocto-sftp/issues"
  },
  "author": {
    "name": "Yocto SAS",
    "email": "technique@yocto.re",
    "url": "http://www.yocto.re"
  },
  "homepage": "https://github.com/yoctore/yocto-sftp#readme",
  "contributors": [
    {
      "name": "BALARD Cedric",
      "email": "cedric@yocto.re"
    }
  ],
  "maintainers": [
    {
      "name": "BALARD Cedric",
      "email": "cedric@yocto.re"
    }
  ],
  "license": "Apache-2.0",
  "engines": {
    "node": ">=4.6.1"
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "LICENSE-2.0.txt",
    "README.md"
  ],
  "dependencies": {
    "async": "^2.1.5",
    "joi": "^10.2.2",
    "lodash": "^4.17.4",
    "q": "^1.4.1",
    "ssh2": "^0.5.4",
    "yocto-logger": "^2.0.0",
    "yocto-utils": "^1.2.8"
  },
  "devDependencies": {
    "grunt": "1.0.1",
    "chai": "3.5.0",
    "grunt-contrib-uglify": "2.0.0",
    "grunt-mocha-test": "^0.13.2",
    "mocha": "3.2.0",
    "yocto-hint": "^1.3.7",
    "grunt-todo": "^0.5.0",
    "grunt-contrib-copy": "1.0.0",
    "grunt-contrib-clean": "1.0.0",
    "yocto-doc": "^2.1.6"
  }
}