webssh_plus/package.json

27 lines
549 B
JSON
Raw Normal View History

2019-09-03 14:42:01 +02:00
{
"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.",
2019-09-03 14:52:06 +02:00
"license": "UNLICENSED",
"dependencies": {
"express": "^4.17.1",
2019-09-03 16:31:37 +02:00
"express-ws": "^4.0.0",
2019-09-03 14:52:06 +02:00
"node-pty": "^0.8.1",
2019-09-03 15:31:27 +02:00
"socket.io": "^2.2.0",
"xterm": "^3.14.5"
2019-09-03 14:52:06 +02:00
}
2019-09-03 14:42:01 +02:00
}