{
  "name": "front-terminal",
  "version": "0.7.0",
  "description": "Front-Terminal is a terminal server that provides remote CLI via standard web browser and HTTP protocol.",
  "author": "Mathieu Andrade",
  "repository": "https://github.com/LeptitGeek/Front-terminal.git",
  "bugs": {
    "url": "https://github.com/LeptitGeek/Front-terminal/issues"
  },
  "main": "index",
  "bin": {
    "front-terminal": "./bin/run.js"
  },
  "config": {
    "port": "8088",
    "root": "/terminal",
    "requireSSL": "false",
    "key": "",
    "cert": "",
    "pfx": ""
  },
  "scripts": {
    "start": "node ./bin/run.js",
    "test": "node test"
  },
  "dependencies": {
    "authenticate-pam": "*",
    "commander": "*",
    "connect": "*",
    "lodash": "*",
    "send": "*",
    "socket.io": "*",
    "uid-number": "*"
  },
  "keywords": [
    "command",
    "shell",
    "command-line",
    "text",
    "terminal",
    "browser",
    "web",
    "node",
    "TTY",
    "JavaScript",
    "REPL",
    "front"
  ]
}
