-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 752 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 752 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
34
35
36
37
38
{
"name": "ssh2-streams",
"version": "0.4.10",
"author": "Brian White <mscdex@mscdex.net>",
"description": "SSH2 and SFTP(v3) client/server protocol streams for node.js",
"main": "./index",
"engines": {
"node": ">=5.2.0"
},
"dependencies": {
"asn1": "~0.2.0",
"bcrypt-pbkdf": "^1.0.2",
"streamsearch": "~0.1.2"
},
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"ssh",
"ssh2",
"sftp",
"secure",
"protocol",
"streams",
"client",
"server"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mscdex/ssh2-streams/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/mscdex/ssh2-streams.git"
}
}