forked from javiergarmon/node-sftp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 748 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 748 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
{
"name": "node-sftp-server",
"version": "0.2.6",
"description": "Node.js SFTP Server bindings to implement your own SFTP Server",
"main": "node-sftp-server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/BriteVerify/node-sftp-server.git"
},
"keywords": [
"sftp",
"sftp-server"
],
"author": "Brady Wetherington <brady@briteverify.com>",
"license": "ISC",
"dependencies": {
"ssh2": "^0.4.13",
"ssh2-streams": "^0.0.21",
"tmp": "^0.0.30"
},
"bugs": {
"url": "https://github.com/BriteVerify/node-sftp-server/issues"
},
"homepage": "https://github.com/BriteVerify/node-sftp-server#readme"
}