27 lines
549 B
JSON
27 lines
549 B
JSON
{
|
|
"name": "webssh",
|
|
"version": "1.0.0-dev",
|
|
"description": "Webssh. Redefined",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.arnweb.nl/Hecc-inc./webssh_plus.git"
|
|
},
|
|
"keywords": [
|
|
"webssh",
|
|
"redefined"
|
|
],
|
|
"author": "Hecc-inc.",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"express-ws": "^4.0.0",
|
|
"node-pty": "^0.8.1",
|
|
"socket.io": "^2.2.0",
|
|
"xterm": "^3.14.5"
|
|
}
|
|
}
|