2017-11-27 18:30:59 +03:00
|
|
|
{
|
|
|
|
"name": "terminus-ssh",
|
2020-01-01 00:48:36 +03:00
|
|
|
"version": "1.0.99-nightly.0",
|
2017-11-27 18:30:59 +03:00
|
|
|
"description": "SSH connection manager for Terminus",
|
|
|
|
"keywords": [
|
|
|
|
"terminus-builtin-plugin"
|
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
2019-06-06 14:45:15 +03:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-11-27 18:30:59 +03:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2019-10-26 20:10:52 +03:00
|
|
|
"@types/node": "12.7.3",
|
2017-11-27 18:30:59 +03:00
|
|
|
"@types/ssh2": "^0.5.35",
|
2020-02-16 23:26:01 +03:00
|
|
|
"ansi-colors": "^4.1.1",
|
|
|
|
"cli-spinner": "^0.2.10",
|
2019-06-07 23:52:41 +03:00
|
|
|
"ssh2": "^0.8.2",
|
2019-12-03 02:55:22 +03:00
|
|
|
"ssh2-streams": "^0.4.2",
|
2020-01-03 20:40:43 +03:00
|
|
|
"sshpk": "^1.16.1",
|
2019-12-03 02:55:22 +03:00
|
|
|
"terminus-terminal": "^1.0.98-nightly.0"
|
2017-11-27 18:30:59 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2019-07-04 12:32:24 +03:00
|
|
|
"@angular/common": "^7",
|
|
|
|
"@angular/core": "^7",
|
|
|
|
"@angular/forms": "^7",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^1",
|
|
|
|
"rxjs": "^5",
|
2017-11-27 18:30:59 +03:00
|
|
|
"terminus-core": "*",
|
|
|
|
"terminus-settings": "*",
|
|
|
|
"terminus-terminal": "*"
|
|
|
|
}
|
|
|
|
}
|