{ "name": "webssh2", "version": "0.2.8", "ignore": [ ".gitignore" ], "bin": "./index.js", "description": "A Websocket to SSH2 gateway using term.js, socket.io, ssh2, and express", "homepage": "https://github.com/billchurch/WebSSH2", "keywords": "ssh webssh terminal webterminal", "license": "SEE LICENSE IN FILE - LICENSE", "private": false, "repository": { "type": "git", "url": "git+https://github.com/billchurch/WebSSH2.git" }, "contributors": [ { "name": "Bill Church", "email": "wmchurch@gmail.com" } ], "engines": { "node": ">= 6" }, "bugs": { "url": "https://github.com/billchurch/WebSSH2/issues" }, "dependencies": { "basic-auth": "^2.0.1", "colors": "^1.3.2", "compression": "^1.7.3", "debug": "^4.1.0", "express": "^4.16.4", "express-session": "^1.15.6", "morgan": "^1.9.1", "read-config": "^2.0.0", "socket.io": "^2.1.1", "ssh2": "^0.6.1", "validator": "^10.9.0" }, "scripts": { "start": "node index.js", "build": "webpack --progress --colors --config scripts/webpack.prod.js", "builddev": "webpack --progress --colors --config scripts/webpack.dev.js", "analyze": "webpack --json --config scripts/webpack.prod.js | webpack-bundle-size-analyzer", "test": "snyk test", "watch": "nodemon index.js", "standard": "standard --verbose --fix | snazzy", "cleanmac": "find . -name '.DS_Store' -type f -delete" }, "standard": { "ignore": [ "client/public/webssh2.bundle.js", "bigip/*", "screenshots/*", "bin/*", "build/*", "workspace/*" ] }, "devDependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.12", "@fortawesome/free-solid-svg-icons": "^5.6.3", "clean-webpack-plugin": "^1.0.0", "copy-webpack-plugin": "^4.6.0", "cross-env": "^5.2.0", "css-loader": "^2.1.0", "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^3.0.1", "nodaemon": "0.0.5", "postcss-discard-comments": "^4.0.1", "snazzy": "^8.0.0", "standard": "^12.0.1", "style-loader": "^0.23.1", "uglifyjs-webpack-plugin": "^2.1.1", "url-loader": "^1.1.2", "webpack": "^4.28.4", "webpack-cli": "^3.2.1", "webpack-merge": "^4.2.1", "webpack-stream": "^5.2.1", "xterm": "^3.10.1" } }