UNPKG

610 BJSONView Raw
1{
2 "name": "tunnel-ssh",
3 "version": "2.0.0",
4 "description": "Easy extendable SSH tunnel",
5 "main": "index.js",
6 "scripts": {},
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/Finanzchef24-GmbH/tunnel-ssh"
10 },
11 "keywords": [
12 "tunnel",
13 "ssh",
14 "mysql",
15 "develop",
16 "net"
17 ],
18 "author": {
19 "name": "Christoph Hagenbrock",
20 "email": "christoph.hagenbrock@googlemail.com"
21 },
22 "license": "MIT",
23 "dependencies": {
24 "debug": "2.2.0",
25 "lodash": "^3.5.0",
26 "ssh2": "^0.4.8"
27 },
28 "devDependencies": {
29 "chai": "3.3.0",
30 "mocha": "2.3.3"
31 }
32}