2017-11-27 23:30:59 +08:00
|
|
|
{
|
|
|
|
"name": "terminus-ssh",
|
2019-09-19 02:56:59 +08:00
|
|
|
"version": "1.0.92-nightly.0",
|
2017-11-27 23:30:59 +08:00
|
|
|
"description": "SSH connection manager for Terminus",
|
|
|
|
"keywords": [
|
|
|
|
"terminus-builtin-plugin"
|
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
2019-06-06 19:45:15 +08:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-11-27 23:30:59 +08:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2019-09-02 19:35:23 +08:00
|
|
|
"@types/node": "^12.7.3",
|
2017-11-27 23:30:59 +08:00
|
|
|
"@types/ssh2": "^0.5.35",
|
2019-06-08 04:52:41 +08:00
|
|
|
"ssh2": "^0.8.2",
|
|
|
|
"ssh2-streams": "^0.4.2"
|
2017-11-27 23:30:59 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2019-07-04 17:32:24 +08:00
|
|
|
"@angular/common": "^7",
|
|
|
|
"@angular/core": "^7",
|
|
|
|
"@angular/forms": "^7",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^1",
|
|
|
|
"rxjs": "^5",
|
2017-11-27 23:30:59 +08:00
|
|
|
"terminus-core": "*",
|
|
|
|
"terminus-settings": "*",
|
|
|
|
"terminus-terminal": "*"
|
|
|
|
}
|
|
|
|
}
|