{
  "name": "@techanvil/webssh2",
  "version": "0.4.0",
  "ignore": [
    ".gitignore"
  ],
  "bin": {
    "webssh2": "index.js"
  },
  "description": "A Websocket to SSH2 gateway using socket.io, ssh2, and express",
  "homepage": "https://github.com/billchurch/WebSSH2",
  "keywords": [
    "ssh",
    "webssh",
    "terminal",
    "webterminal"
  ],
  "license": "SEE LICENSE IN FILE - LICENSE",
  "private": false,
  "contributors": [
    {
      "name": "Bill Church",
      "email": "wmchurch@gmail.com"
    }
  ],
  "engines": {
    "node": ">= 6"
  },
  "dependencies": {
    "basic-auth": "~2.0.1",
    "cidr-matcher": "2.1.1",
    "colors": "^1.4.0",
    "debug": "^4.1.1",
    "express": "~4.17.1",
    "express-session": "~1.17.0",
    "morgan": "~1.9.1",
    "read-config-ng": "^3.0.1",
    "socket.io": "2.2.0",
    "ssh2": "~0.8.8",
    "validator": "^12.2.0"
  },
  "scripts": {
    "start": "node index.js",
    "watch": "nodemon index.js"
  },
  "devDependencies": {
    "nodemon": "^2.0.2"
  }
}
