forked from strongloop/strong-tunnel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 932 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
{
"name": "rb-strong-tunnel",
"version": "1.2.3",
"description": "Semi-transparent wrapper for arbitrary network connections over ssh2",
"main": "index.js",
"scripts": {
"lint": "eslint . && jscs .",
"pretest": "eslint . && jscs .",
"test": "tap --coverage --coverage-report=cobertura test/test-*.js"
},
"repository": {
"type": "git",
"url": "[email protected]:strongloop/strong-tunnel.git"
},
"keywords": [
"ssh2",
"tunnel",
"proxy",
"tcp",
"socket",
"url"
],
"author": "StrongLoop <[email protected]>",
"license": "Artistic-2.0",
"bugs": {
"url": "https://github.com/strongloop/strong-tunnel/issues"
},
"homepage": "https://github.com/strongloop/strong-tunnel",
"devDependencies": {
"buffer-equal-constant-time": "^1.0.1",
"eslint": "^0.18.0",
"jscs": "^1.11.3",
"tap": "^1.3.2"
},
"dependencies": {
"ssh2": "^0.4.4"
}
}