{ "name": "webssh2", "version": "0.2.3", "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": "0.12.7" }, "bugs": { "url": "https://github.com/billchurch/WebSSH2/issues" }, "dependencies": { "basic-auth": "^2.0.0", "colors": "^1.1.2", "compression": "^1.7.1", "debug": "^3.1.0", "express": "^4.16.1", "express-session": "^1.15.6", "morgan": "^1.9.0", "read-config": "^2.0.0", "socket.io": "^2.0.4", "ssh2": "^0.5.5", "validator": "^9.0.0" }, "scripts": { "start": "node index.js", "builddev": "webpack --config webpack.dev.js", "test": "snyk test", "watch": "nodemon index.js", "build": "webpack --config webpack.prod.js", "standard": "standard --verbose | snazzy", "cleanmac": "find . -name '.DS_Store' -type f -delete" }, "devDependencies": { "@fortawesome/fontawesome": "^1.1.3", "@fortawesome/fontawesome-free-solid": "^5.0.6", "bithound": "^1.7.0", "clean-webpack-plugin": "^0.1.18", "copy-webpack-plugin": "^4.3.1", "css-loader": "^0.28.9", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.6", "nodemon": "^1.11.0", "postcss-discard-comments": "^2.0.4", "snazzy": "^7.0.0", "snyk": "^1.39.1", "standard": "^10.0.3", "style-loader": "^0.20.1", "uglifyjs-webpack-plugin": "^1.1.8", "url-loader": "^0.6.2", "webpack": "^3.10.0", "webpack-merge": "^4.1.1", "webpack-stream": "^4.0.0", "xterm": "^3.0.2" }, "standard": { "ignore": [ "public/webssh2.bundle.js", "bigip/*" ] } }