forked from Crystalnix/ssh2-chrome-app
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 956 Bytes
/
package.json
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
39
40
41
42
43
44
{
"name": "ssh2",
"version": "0.4.12",
"author": "Brian White <[email protected]>",
"description": "SSH2 client and server modules written in pure JavaScript for node.js",
"main": "./lib/client",
"engines": {
"node": ">=0.8.7"
},
"dependencies": {
"readable-stream": "~1.0.0",
"ssh2-streams": "git+https://github.com/Wyliodrin/ssh2-streams-chrome-app.git#development",
"chrome-net": "~3.3.0"
},
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"ssh",
"ssh2",
"sftp",
"secure",
"shell",
"exec",
"remote",
"client"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mscdex/ssh2/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/mscdex/ssh2.git"
},
"devDependencies": {
"browserify": "~12.0.1",
"gulp": "~3.9.0",
"gulp-replace": "^0.5.4",
"vinyl-source-stream": "~1.1.0"
}
}