forked from rvagg/archived-node-libssh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 868 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 868 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
{
"name": "ssh",
"description": "A Node.js binding for libssh",
"maintainers": [
"Rod Vagg <r@va.gg> (https://github.com/rvagg)",
"Brian White <mscdex@mscdex.net> (https://github.com/mscdex)",
"Audrius Butkevicius <audrius.butkevicius@gmail.com> (https://github.com/AudriusButkevicius)",
"Darius Clark <darius@shouthost.org> (https://github.com/dariusc93)"
],
"keywords": [
"ssh",
"libssh"
],
"version": "1.7.1",
"main": "index.js",
"dependencies": {
"bindings": "~1.1.0",
"nan": "~0.6.0"
},
"devDependencies": {
"tap": "*",
"ssh2": "*",
"bl": "*",
"node-gyp": "~0.12.1",
"pty.js": "~0.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/rvagg/node-libssh.git"
},
"scripts": {
"test": "tap test/*-test.js --stderr"
},
"license": "MIT",
"gypfile": true
}