mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "terminus-ssh",
|
|
"version": "1.0.104-nightly.0",
|
|
"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",
|
|
"postinstall": "xcopy /i /y node_modules\\ssh2\\util\\pagent.exe util\\"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"util/pagent.exe"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "12.7.3",
|
|
"@types/ssh2": "^0.5.35",
|
|
"ansi-colors": "^4.1.1",
|
|
"cli-spinner": "^0.2.10",
|
|
"run-script-os": "^1.1.3",
|
|
"ssh2": "^0.8.2",
|
|
"ssh2-streams": "Eugeny/ssh2-streams#75f6d3425d071ac73a18fd46e2f5e738bfe897c5",
|
|
"sshpk": "^1.16.1",
|
|
"temp": "^0.9.1",
|
|
"terminus-terminal": "^1.0.98-nightly.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "^7",
|
|
"@angular/core": "^7",
|
|
"@angular/forms": "^7",
|
|
"@ng-bootstrap/ng-bootstrap": "^1",
|
|
"rxjs": "^5",
|
|
"terminus-core": "*",
|
|
"terminus-settings": "*",
|
|
"terminus-terminal": "*"
|
|
}
|
|
}
|