mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
41 lines
973 B
JSON
41 lines
973 B
JSON
{
|
|
"name": "terminus-ssh",
|
|
"version": "1.0.73-c4-ga7d62b0",
|
|
"description": "SSH connection manager for Terminus",
|
|
"keywords": [
|
|
"terminus-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/ssh2": "^0.5.35",
|
|
"@types/webpack-env": "^1.13.0",
|
|
"ssh2": "^0.8.2",
|
|
"ssh2-streams": "^0.4.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "^4.1.3",
|
|
"@angular/core": "^4.1.3",
|
|
"@angular/forms": "^4.1.3",
|
|
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.29",
|
|
"rxjs": "^5.4.0",
|
|
"terminus-core": "*",
|
|
"terminus-settings": "*",
|
|
"terminus-terminal": "*"
|
|
},
|
|
"optionalDependencies": {
|
|
"windows-process-tree": "^0.2.3"
|
|
},
|
|
"dependencies": {
|
|
"keytar": "^4.7.0"
|
|
}
|
|
}
|