forked from theophilusx/ssh2-sftp-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 670 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "ssh2-sftp-client",
"version": "2.4.3",
"description": "ssh2 sftp client for node",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/jyu213/ssh2-sftp-client"
},
"keywords": [
"sftp",
"nodejs"
],
"scripts": {
"test": "mocha"
},
"author": "见见",
"email": "jyu213@gmail.com",
"license": "MIT",
"dependencies": {
"concat-stream": "^2.0.0",
"ssh2": "^0.8.2",
"retry": "^0.10.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"checksum": "^0.1.1",
"dotenv": "^6.1.0",
"mocha": "^5.2.0"
}
}