2017-11-27 18:30:59 +03:00
|
|
|
{
|
|
|
|
"name": "terminus-ssh",
|
2018-09-11 23:37:14 +03:00
|
|
|
"version": "1.0.0-alpha.55",
|
2017-11-27 18:30:59 +03:00
|
|
|
"description": "SSH connection manager for Terminus",
|
|
|
|
"keywords": [
|
|
|
|
"terminus-builtin-plugin"
|
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/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",
|
|
|
|
"electron": "^1.6.11",
|
2018-01-19 17:31:28 +03:00
|
|
|
"ngx-toastr": "^8.0.0",
|
2017-11-27 18:30:59 +03:00
|
|
|
"rxjs": "^5.4.0",
|
|
|
|
"typescript": "^2.2.2",
|
|
|
|
"webpack": "^2.3.3"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"terminus-core": "*",
|
|
|
|
"terminus-settings": "*",
|
|
|
|
"terminus-terminal": "*"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"wincredmgr": "^2.0.0",
|
|
|
|
"xkeychain": "^0.0.6"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"ssh2": "^0.5.5"
|
|
|
|
}
|
|
|
|
}
|