UNPKG

864 BJSONView Raw
1{
2 "name": "tunnel-ssh",
3 "version": "4.1.2",
4 "description": "Easy extendable SSH tunnel",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha && eslint ."
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/agebrock/tunnel-ssh"
12 },
13 "keywords": [
14 "tunnel",
15 "ssh",
16 "mysql",
17 "develop",
18 "net"
19 ],
20 "author": {
21 "name": "Christoph Hagenbrock",
22 "email": "christoph.hagenbrock@googlemail.com"
23 },
24 "license": "MIT",
25 "dependencies": {
26 "debug": "2.6.0",
27 "lodash.defaults": "^4.1.0",
28 "ssh2": "0.5.4"
29 },
30 "devDependencies": {
31 "chai": "3.5.0",
32 "eslint": "^3.2.2",
33 "eslint-config-xo": "^0.17.0",
34 "mocha": "^3.0.2"
35 },
36 "eslintConfig": {
37 "extends": "xo",
38 "env": {
39 "mocha": true
40 },
41 "rules": {
42 "indent": [
43 "error",
44 4
45 ]
46 }
47 }
48}