{ "name": "webssh2", "version": "0.2.5", "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.0", "colors": "^1.3.1", "compression": "^1.7.3", "debug": "^3.1.0", "express": "^4.16.3", "express-session": "^1.15.6", "morgan": "^1.9.0", "read-config": "^2.0.0", "socket.io": "^2.1.1", "ssh2": "^0.6.1", "validator": "^10.5.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" }, "devDependencies": { "@fortawesome/fontawesome": "^1.1.8", "@fortawesome/fontawesome-free-solid": "^5.0.13", "ajv": "^6.5.2", "bithound": "^1.7.0", "clean-webpack-plugin": "^0.1.19", "copy-webpack-plugin": "^4.5.2", "css-loader": "^1.0.0", "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^1.1.11", "nodemon": "^1.18.3", "postcss-discard-comments": "^4.0.0", "snazzy": "^7.1.1", "snyk": "^1.90.0", "standard": "^11.0.1", "style-loader": "^0.21.0", "uglifyjs-webpack-plugin": "^1.2.7", "url-loader": "^1.0.1", "webpack": "^4.16.5", "webpack-cli": "^3.1.0", "webpack-merge": "^4.1.4", "webpack-stream": "^5.1.0", "xterm": "^3.5.1" }, "standard": { "ignore": [ "client/public/webssh2.bundle.js", "bigip/*", "screenshots/*", "bin/*", "build/*", "workspace/*" ] } }