UNPKG

830 BJSONView Raw
1{
2 "name": "tunnel-ssh",
3 "version": "4.1.1",
4 "description": "Easy extendable SSH tunnel",
5 "main": "index.js",
6 "scripts": {},
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/agebrock/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.defaults": "^4.1.0",
26 "ssh2": "^0.5.2"
27 },
28 "devDependencies": {
29 "chai": "3.5.0",
30 "eslint": "^3.2.2",
31 "eslint-config-xo": "^0.15.3",
32 "mocha": "^3.0.2"
33 },
34 "eslintConfig": {
35 "extends": "xo",
36 "env": {
37 "mocha": true
38 },
39 "rules": {
40 "indent": [
41 "error",
42 4
43 ]
44 }
45 }
46}